Searched refs:MNTOPT_NOFOLLOW (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | mntent.h | 133 #define MNTOPT_NOFOLLOW "nofollow" /* don't follow symlinks */ macro
|
/titanic_50/usr/src/cmd/fs.d/ |
H A D | fslib.c | 533 MNTOPT_FOLLOW, MNTOPT_NOFOLLOW,
|
/titanic_50/usr/src/cmd/fs.d/smbclnt/mount/ |
H A D | mount.c | 102 MNTOPT_NOFOLLOW,
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vfsops.c | 359 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 D | vfs.c | 184 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 D | mount.c | 954 MNTOPT_NOFOLLOW,
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 2391 MNTOPT_NOFOLLOW,
|
/titanic_50/usr/src/lib/libzfs/common/ |
H A D | libzfs_dataset.c | 1993 mntopt_off = MNTOPT_NOFOLLOW; in get_numeric_property()
|