Searched refs:MNT_NOSYMFOLLOW (Results 1 – 9 of 9) sorted by relevance
| /dragonfly/contrib/smbfs/mount_smbfs/ |
| HD | mntopts.h | 53 #define MOPT_NOSYMFOLLOW { "symfollow", 1, MNT_NOSYMFOLLOW, 0 }
|
| /dragonfly/include/ |
| HD | mntopts.h | 51 #define MOPT_NOSYMFOLLOW { "symfollow", 1, MNT_NOSYMFOLLOW, 0 }
|
| /dragonfly/sys/sys/ |
| HD | mount.h | 283 #define MNT_NOSYMFOLLOW 0x00400000 /* do not follow symlinks */ macro 322 MNT_IGNORE | MNT_NOSYMFOLLOW | MNT_EXPUBLIC| \
|
| /dragonfly/sbin/mount_ufs/ |
| HD | mount.c | 721 if (flags & MNT_NOSYMFOLLOW) res = catopt(res, "nosymfollow"); in flags2opts()
|
| /dragonfly/sbin/mount/ |
| HD | mount.c | 764 if (flags & MNT_NOSYMFOLLOW) res = catopt(res, "nosymfollow"); in flags2opts()
|
| /dragonfly/usr.sbin/pstat/ |
| HD | pstat.c | 132 { MNT_NOSYMFOLLOW, "nosymfollow" },
|
| /dragonfly/sys/kern/ |
| HD | vfs_vnops.c | 877 if (vp->v_mount->mnt_flag & MNT_NOSYMFOLLOW) in vn_stat()
|
| HD | vfs_subr.c | 1947 { MNT_NOSYMFOLLOW, "nosymfollow" }, in vfs_flagstostr()
|
| HD | vfs_syscalls.c | 374 MNT_NOSYMFOLLOW | MNT_IGNORE | MNT_TRIM | in sys_mount() 379 MNT_NOSYMFOLLOW | MNT_IGNORE | MNT_TRIM | in sys_mount()
|