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

/xnu-2782.1.97/bsd/sys/
H A Dmount.h311 #define MNT_DONTBROWSE 0x00100000 /* file system is not appropriate path to user data */ macro
335 MNT_ROOTFS | MNT_DOVOLFS | MNT_DONTBROWSE | \
/xnu-2782.1.97/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c477 error = kernel_mount(fsname, NULLVP, NULLVP, mntname, NULL, 0, MNT_DONTBROWSE, KERNEL_MOUNT_NOAUTH, ctx);
/xnu-2782.1.97/bsd/nfs/
H A Dnfs_vfsops.c3586 * MNT_DONTBROWSE - to keep the mount from showing up as a separate volume
3590 mntflags |= (MNT_AUTOMOUNTED | MNT_DONTBROWSE);
3644 mntflags |= (MNT_AUTOMOUNTED | MNT_DONTBROWSE);
5588 softnobrowse = (NMFLAG(nmp, SOFT) && (vfs_flags(nmp->nm_mountp) & MNT_DONTBROWSE));
H A Dnfs_socket.c5590 softnobrowse = (NMFLAG(nmp, SOFT) && (vfs_flags(nmp->nm_mountp) & MNT_DONTBROWSE));
5649 softnobrowse = (NMFLAG(nmp, SOFT) && (vfs_flags(nmp->nm_mountp) & MNT_DONTBROWSE));
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_syscalls.c686 MNT_UNKNOWNPERMISSIONS | MNT_DONTBROWSE |
691 MNT_UNKNOWNPERMISSIONS | MNT_DONTBROWSE |

Completed in 168 milliseconds