Searched refs:fsflags (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14-stable/sbin/dumpfs/ |
| HD | dumpfs.c | 164 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/ |
| HD | vfs_mount.c | 79 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/ |
| HD | spl_vfs.c | 120 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/ |
| HD | vfs.h | 104 char *fspath, char *fspec, int fsflags, vfs_t *parent_vfsp);
|
| /freebsd-14-stable/sys/cddl/compat/opensolaris/sys/ |
| HD | vfs.h | 101 char *fspath, char *fspec, int fsflags);
|
| /freebsd-14-stable/sys/compat/linux/ |
| HD | linux_file.c | 1079 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/ |
| HD | mount.h | 1038 int vfs_donmount(struct thread *td, uint64_t fsflags,
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| HD | RISCVInstrInfoF.td | 433 def : InstAlias<"fsflags $rd, $rs", (CSRRW GPR:$rd, SysRegFFLAGS.Encoding, GPR:$rs)>; 434 def : InstAlias<"fsflags $rs", (CSRRW X0, SysRegFFLAGS.Encoding, GPR:$rs), 2>;
|