Home
last modified time | relevance | path

Searched refs:MNTOPT_NOAC (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmntent.h94 #define MNTOPT_NOAC "noac" /* Don't cache attributes at all */ macro
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vfsops.c143 { MNTOPT_NOAC, NULL, NULL, 0, 0 },
623 if (vfs_optionisset(vfsp, MNTOPT_NOAC, NULL)) in smbfs_mount()
/illumos-gate/usr/src/cmd/fs.d/smbclnt/mount/
H A Dmount.c106 MNTOPT_NOAC,
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c908 MNTOPT_NOAC,
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c2408 MNTOPT_NOAC,
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c1909 if (hasmntopt(&m, MNTOPT_NOAC) != NULL) { in nfsmount()