Home
last modified time | relevance | path

Searched refs:MNTOPT_NOFOLLOW (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dmntent.h133 #define MNTOPT_NOFOLLOW "nofollow" /* don't follow symlinks */ macro
/titanic_50/usr/src/cmd/fs.d/
H A Dfslib.c533 MNTOPT_FOLLOW, MNTOPT_NOFOLLOW,
/titanic_50/usr/src/cmd/fs.d/smbclnt/mount/
H A Dmount.c102 MNTOPT_NOFOLLOW,
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c359 vfs_setmntopt(zfsvfs->z_vfs, MNTOPT_NOFOLLOW, NULL, 0); in follow_changed_cb()
362 vfs_clearmntopt(zfsvfs->z_vfs, MNTOPT_NOFOLLOW); in follow_changed_cb()
491 if (vfs_optionisset(vfsp, MNTOPT_NOFOLLOW, NULL)) { in zfs_register_callbacks()
/titanic_50/usr/src/uts/common/fs/
H A Dvfs.c184 static char *follow_cancel[] = { MNTOPT_NOFOLLOW, NULL };
219 { MNTOPT_NOFOLLOW, nofollow_cancel, NULL, 0,
1777 if (vfs_optionisset(vfsp, MNTOPT_NOFOLLOW, NULL)) in domount()
/titanic_50/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c954 MNTOPT_NOFOLLOW,
/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c2391 MNTOPT_NOFOLLOW,
/titanic_50/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c1993 mntopt_off = MNTOPT_NOFOLLOW; in get_numeric_property()