Home
last modified time | relevance | path

Searched refs:MNT_NOSYMFOLLOW (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/smbfs/mount_smbfs/
HDmntopts.h53 #define MOPT_NOSYMFOLLOW { "symfollow", 1, MNT_NOSYMFOLLOW, 0 }
/dragonfly/include/
HDmntopts.h51 #define MOPT_NOSYMFOLLOW { "symfollow", 1, MNT_NOSYMFOLLOW, 0 }
/dragonfly/sys/sys/
HDmount.h283 #define MNT_NOSYMFOLLOW 0x00400000 /* do not follow symlinks */ macro
322 MNT_IGNORE | MNT_NOSYMFOLLOW | MNT_EXPUBLIC| \
/dragonfly/sbin/mount_ufs/
HDmount.c721 if (flags & MNT_NOSYMFOLLOW) res = catopt(res, "nosymfollow"); in flags2opts()
/dragonfly/sbin/mount/
HDmount.c764 if (flags & MNT_NOSYMFOLLOW) res = catopt(res, "nosymfollow"); in flags2opts()
/dragonfly/usr.sbin/pstat/
HDpstat.c132 { MNT_NOSYMFOLLOW, "nosymfollow" },
/dragonfly/sys/kern/
HDvfs_vnops.c877 if (vp->v_mount->mnt_flag & MNT_NOSYMFOLLOW) in vn_stat()
HDvfs_subr.c1947 { MNT_NOSYMFOLLOW, "nosymfollow" }, in vfs_flagstostr()
HDvfs_syscalls.c374 MNT_NOSYMFOLLOW | MNT_IGNORE | MNT_TRIM | in sys_mount()
379 MNT_NOSYMFOLLOW | MNT_IGNORE | MNT_TRIM | in sys_mount()