Searched refs:mount (Results 101 - 106 of 106) sorted by relevance

12345

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_credential.c55 #include <sys/mount.h>
H A Dkern_sig.c92 #include <sys/mount.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_catalog.c33 #include <sys/mount.h>
3805 * Override the permissions as determined by the mount auguments
H A Dhfs_vnops.c36 #include <sys/mount.h>
632 /* If this is the root, let VFS to find out the mount name, which may be different from the real name.
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysproto.h1843 int mount(struct proc *, struct mount_args *, int *);
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dkpi_vfs.c84 #include <sys/mount.h>
294 * for a call to hfs_vget on the volume mount poit, not including
632 * MNTK_AUTH_OPAQUE is set on this mount
1412 /* returns a mount reference; drop it with vfs_mountrelease() */
1419 /* returns a mount reference iff vnode_t is a dir and is a mount point */
1481 /* if vnode_t mount operation in progress */
1776 /* return the visible flags on associated mount point of vnode_t */
1783 /* return the command modifier flags on associated mount point of vnode_t */
1797 /* return a pointer to the RO vfs_statfs associated with vnode_t's mount poin
[all...]

Completed in 96 milliseconds

12345