Home
last modified time | relevance | path

Searched refs:fsflags (Results 1 – 8 of 8) 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.c78 uint64_t fsflags, bool jail_export,
776 vfs_should_downgrade_to_ro_mount(uint64_t fsflags, int error) in vfs_should_downgrade_to_ro_mount() argument
779 if ((fsflags & MNT_UPDATE) != 0) in vfs_should_downgrade_to_ro_mount()
782 if ((fsflags & MNT_RDONLY) != 0) in vfs_should_downgrade_to_ro_mount()
801 vfs_donmount(struct thread *td, uint64_t fsflags, struct uio *fsoptions) in vfs_donmount() argument
875 fsflags |= MNT_UPDATE; in vfs_donmount()
879 fsflags |= MNT_ASYNC; in vfs_donmount()
881 fsflags |= MNT_FORCE; in vfs_donmount()
885 fsflags |= MNT_RELOAD; in vfs_donmount()
889 fsflags |= MNT_MULTILABEL; in vfs_donmount()
[all …]
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_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/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dvfs.h104 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.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/sys/sys/
H A Dmount.h1036 int vfs_donmount(struct thread *td, uint64_t fsflags,
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoF.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>;