Home
last modified time | relevance | path

Searched refs:NFSMNT_PUBLIC (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/nfs/
H A Dmount.h153 #define NFSMNT_PUBLIC 0x2000000 /* mount was done with url/public */ macro
/titanic_41/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c579 argp->flags |= NFSMNT_PUBLIC; in mount_nfs()
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_vfsops.c2309 if (flags & NFSMNT_PUBLIC) in nfs4rootvp()
2498 ((flags & NFSMNT_PUBLIC) ? NFS4_GETFH_PUBLIC : 0) | in nfs4rootvp()
H A Dnfs4_stub_vnops.c2038 nargs->flags |= NFSMNT_PUBLIC; in nfs4_trigger_nargs_create()
/titanic_41/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c966 argp->flags |= NFSMNT_PUBLIC; in nfsmount()