Home
last modified time | relevance | path

Searched refs:fsflags (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/kern/
H A Dvfs_mount.c676 fsflags |= MNT_UPDATE; in vfs_donmount()
680 fsflags |= MNT_ASYNC; in vfs_donmount()
682 fsflags |= MNT_FORCE; in vfs_donmount()
686 fsflags |= MNT_RELOAD; in vfs_donmount()
692 fsflags &= ~MNT_ASYNC; in vfs_donmount()
712 fsflags |= MNT_NOEXEC; in vfs_donmount()
718 fsflags |= MNT_NOSUID; in vfs_donmount()
738 fsflags |= MNT_RDONLY; in vfs_donmount()
744 fsflags |= MNT_RDONLY; in vfs_donmount()
756 fsflags |= MNT_UNION; in vfs_donmount()
[all …]
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_vfs.c123 char *fspec, int fsflags) in mount_snapshot() argument
182 mp->mnt_flag = fsflags & MNT_UPDATEMASK; in mount_snapshot()
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dvfs.h106 char *fspath, char *fspec, int fsflags);
/f-stack/freebsd/sys/
H A Dmount.h989 int vfs_donmount(struct thread *td, uint64_t fsflags,