Skip to content
Syscall BSD#164

svc · unix #164

funmount

Variante de unmount basée sur fd.

Prototype

int funmount(int fd, int flags);

Retour: int

Arguments

NameTypeDirDescription
fdint-
flagsint-

Historique des versions

XNU tagmacOS#
xnu-12377.1.9macOS 26.0 Tahoe164
xnu-12377.101.15164
xnu-12377.41.6164
xnu-12377.61.12164
xnu-12377.81.4164

Notes

Alternative sans course à l'unmount par chemin quand l'appelant détient un fd stable vers le point de montage. Accepte le même jeu de drapeaux, notamment MNT_FORCE.

API associées

unmountfmountopenat