Home
last modified time | relevance | path

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

/freebsd-14-stable/sbin/dumpfs/
HDdumpfs.c164 int32_t fsflags; in dumpfs() local
259 fsflags = afs.fs_flags; in dumpfs()
261 fsflags = afs.fs_old_flags; in dumpfs()
262 if (fsflags == 0) in dumpfs()
264 if (fsflags & FS_UNCLEAN) in dumpfs()
266 if (fsflags & FS_DOSOFTDEP) in dumpfs()
267 printf("soft-updates%s ", (fsflags & FS_SUJ) ? "+journal" : ""); in dumpfs()
268 if (fsflags & FS_NEEDSFSCK) in dumpfs()
270 if (fsflags & FS_INDEXDIRS) in dumpfs()
272 if (fsflags & FS_ACLS) in dumpfs()
[all …]
/freebsd-14-stable/sys/kern/
HDvfs_mount.c79 uint64_t fsflags, bool jail_export,
777 vfs_should_downgrade_to_ro_mount(uint64_t fsflags, int error) in vfs_should_downgrade_to_ro_mount() argument
780 if ((fsflags & MNT_UPDATE) != 0) in vfs_should_downgrade_to_ro_mount()
783 if ((fsflags & MNT_RDONLY) != 0) in vfs_should_downgrade_to_ro_mount()
802 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-14-stable/sys/contrib/openzfs/module/os/freebsd/spl/
HDspl_vfs.c120 char *fspec, int fsflags, vfs_t *parent_vfsp) in mount_snapshot() argument
178 mp->mnt_flag = fsflags & MNT_UPDATEMASK; in mount_snapshot()
/freebsd-14-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
HDvfs.h104 char *fspath, char *fspec, int fsflags, vfs_t *parent_vfsp);
/freebsd-14-stable/sys/cddl/compat/opensolaris/sys/
HDvfs.h101 char *fspath, char *fspec, int fsflags);
/freebsd-14-stable/sys/compat/linux/
HDlinux_file.c1079 int error, fsflags; in linux_mount() local
1132 fsflags = 0; in linux_mount()
1139 fsflags |= MNT_RDONLY; in linux_mount()
1141 fsflags |= MNT_NOSUID; in linux_mount()
1143 fsflags |= MNT_NOEXEC; in linux_mount()
1145 fsflags |= MNT_UPDATE; in linux_mount()
1150 error = kernel_mount(ma, fsflags); in linux_mount()
/freebsd-14-stable/sys/sys/
HDmount.h1038 int vfs_donmount(struct thread *td, uint64_t fsflags,
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVInstrInfoF.td433 def : InstAlias<"fsflags $rd, $rs", (CSRRW GPR:$rd, SysRegFFLAGS.Encoding, GPR:$rs)>;
434 def : InstAlias<"fsflags $rs", (CSRRW X0, SysRegFFLAGS.Encoding, GPR:$rs), 2>;