Searched refs:unmount (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile188 unmount.2 \
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmount.h334 #define MNT_FORCE 0x00080000 /* force unmount or readonly change */
346 #define VFS_NUMMNTOPS 1 /* int: total num of vfs mount/unmount operations */
426 #define VFS_CTL_UMOUNT 0x00010002 /* unmount */
443 #define VQ_DEAD 0x0020 /* filesystem is dead, needs force unmount */
661 int unmount(const char *, int);
H A Dsysproto.h1837 int unmount(struct proc *, struct unmount_args *, int *);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dinit_sysent.c249 {AC(unmount_args), 0, 0, (sy_call_t *)unmount, munge_ww, munge_dd, _SYSCALL_RET_INT_T, 8}, /* 159 = unmount */
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c190 * incremented each time a mount or unmount operation occurs
196 /* counts number of mount and unmount operations */
279 /* unmount in progress return error */
928 * Note: unmount takes a path to the vnode mounted on as argument,
933 unmount(__unused proc_t p, struct unmount_args *uap, __unused register_t *retval) function
988 * Do the actual file system unmount, prevent some common foot shooting.
998 * permitted to unmount this filesystem.
1020 * Do the actual file system unmount.
1046 * The prior unmount attempt has probably succeeded.

Completed in 115 milliseconds