Home
last modified time | relevance | path

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

/freebsd/sbin/dumpfs/
H A Ddumpfs.c152 int32_t fsflags; in dumpfs() local
247 fsflags = afs.fs_flags; in dumpfs()
249 fsflags = afs.fs_old_flags; in dumpfs()
250 if (fsflags == 0) in dumpfs()
252 if (fsflags & FS_UNCLEAN) in dumpfs()
254 if (fsflags & FS_DOSOFTDEP) in dumpfs()
255 printf("soft-updates%s ", (fsflags & FS_SUJ) ? "+journal" : ""); in dumpfs()
256 if (fsflags & FS_NEEDSFSCK) in dumpfs()
258 if (fsflags & FS_INDEXDIRS) in dumpfs()
260 if (fsflags & FS_ACLS) in dumpfs()
[all …]
/freebsd/sys/kern/
H A Dvfs_mount.c77 uint64_t fsflags, bool only_export, bool jail_export,
778 vfs_should_downgrade_to_ro_mount(uint64_t fsflags, int error) in vfs_should_downgrade_to_ro_mount() argument
781 if ((fsflags & MNT_UPDATE) != 0) in vfs_should_downgrade_to_ro_mount()
784 if ((fsflags & MNT_RDONLY) != 0) in vfs_should_downgrade_to_ro_mount()
803 vfs_donmount(struct thread *td, uint64_t fsflags, struct uio *fsoptions) in vfs_donmount() argument
876 fsflags |= MNT_UPDATE; in vfs_donmount()
880 fsflags |= MNT_ASYNC; in vfs_donmount()
882 fsflags |= MNT_FORCE; in vfs_donmount()
886 fsflags |= MNT_RELOAD; in vfs_donmount()
890 fsflags |= MNT_MULTILABEL; in vfs_donmount()
[all …]
/freebsd/sys/security/mac/
H A Dmac_vfs.c134 struct vfsconf *vfsp, struct vfsoptlist **optlist, uint64_t fsflags) in mac_mount_check_mount() argument
139 optlist, fsflags); in mac_mount_check_mount()
141 fsflags); in mac_mount_check_mount()
150 struct vfsoptlist **optlist, uint64_t fsflags) in mac_mount_check_update() argument
155 optlist, fsflags); in mac_mount_check_update()
157 optlist, fsflags); in mac_mount_check_update()
H A Dmac_framework.h253 struct vfsconf *, struct vfsoptlist **optlist, uint64_t fsflags);
255 struct vfsoptlist **optlist, uint64_t fsflags);
H A Dmac_policy.h301 struct vfsoptlist **optlist, uint64_t fsflags);
304 struct vfsoptlist **optlist, uint64_t fsflags);
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_vfs.c121 char *fspec, int fsflags, vfs_t *parent_vfsp) in mount_snapshot() argument
179 mp->mnt_flag = fsflags & MNT_UPDATEMASK; in mount_snapshot()
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dvfs.h105 char *fspath, char *fspec, int fsflags, vfs_t *parent_vfsp);
/freebsd/sys/cddl/compat/opensolaris/sys/
H A Dvfs.h101 char *fspath, char *fspec, int fsflags);
/freebsd/sys/compat/linux/
H A Dlinux_file.c1134 int error, fsflags; in linux_mount() local
1187 fsflags = 0; in linux_mount()
1194 fsflags |= MNT_RDONLY; in linux_mount()
1196 fsflags |= MNT_NOSUID; in linux_mount()
1198 fsflags |= MNT_NOEXEC; in linux_mount()
1200 fsflags |= MNT_UPDATE; in linux_mount()
1205 error = kernel_mount(ma, fsflags); in linux_mount()
/freebsd/sys/security/mac_stub/
H A Dmac_stub.c580 struct vfsoptlist **optlist, uint64_t fsflags) in stub_mount_check_mount() argument
588 struct label *mplabel, struct vfsoptlist **optlist, uint64_t fsflags) in stub_mount_check_update() argument
/freebsd/sys/sys/
H A Dmount.h1066 int vfs_donmount(struct thread *td, uint64_t fsflags,
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoF.td467 def : InstAlias<"fsflags $rd, $rs", (CSRRW GPR:$rd, SysRegFFLAGS.Encoding, GPR:$rs)>;
468 def : InstAlias<"fsflags $rs", (CSRRW X0, SysRegFFLAGS.Encoding, GPR:$rs), 2>;
/freebsd/sys/security/mac_test/
H A Dmac_test.c1085 struct vfsoptlist **optlist, uint64_t fsflags) in test_mount_check_mount() argument
1096 struct label *mplabel, struct vfsoptlist **optlist, uint64_t fsflags) in test_mount_check_update() argument