Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbc/inc/include/
H A Dmntent.h72 #define MNTOPT_NOAC "noac" /* don't cache file attributes */ macro
/titanic_41/usr/src/uts/common/sys/
H A Dmntent.h94 #define MNTOPT_NOAC "noac" /* Don't cache attributes at all */ macro
/titanic_41/usr/src/cmd/fs.d/smbclnt/mount/
H A Dmount.c106 MNTOPT_NOAC,
/titanic_41/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c908 MNTOPT_NOAC,
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c2345 MNTOPT_NOAC,
/titanic_41/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c1969 if (hasmntopt(&m, MNTOPT_NOAC) != NULL) { in nfsmount()