Searched refs:fsflags (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sbin/dumpfs/
H A Ddumpfs.c159 int32_t fsflags; local
248 fsflags = afs.fs_flags;
250 fsflags = afs.fs_old_flags;
251 if (fsflags == 0)
253 if (fsflags & FS_UNCLEAN)
255 if (fsflags & FS_DOSOFTDEP)
256 printf("soft-updates%s ", (fsflags & FS_SUJ) ? "+journal" : "");
257 if (fsflags & FS_NEEDSFSCK)
259 if (fsflags & FS_INDEXDIRS)
261 if (fsflags
[all...]
/freebsd-11-stable/sys/kern/
H A Dvfs_mount.c74 uint64_t fsflags, struct vfsoptlist **optlist);
542 vfs_should_downgrade_to_ro_mount(uint64_t fsflags, int error) argument
545 if ((fsflags & MNT_UPDATE) != 0)
548 if ((fsflags & MNT_RDONLY) != 0)
567 vfs_donmount(struct thread *td, uint64_t fsflags, struct uio *fsoptions) argument
617 fsflags |= MNT_UPDATE;
621 fsflags |= MNT_ASYNC;
623 fsflags |= MNT_FORCE;
627 fsflags |= MNT_RELOAD;
631 fsflags |
816 vfs_domount_first( struct thread *td, struct vfsconf *vfsp, char *fspath, struct vnode *vp, uint64_t fsflags, struct vfsoptlist **optlist ) argument
940 vfs_domount_update( struct thread *td, struct vnode *vp, uint64_t fsflags, struct vfsoptlist **optlist ) argument
1093 vfs_domount( struct thread *td, const char *fstype, char *fspath, uint64_t fsflags, struct vfsoptlist **optlist ) argument
[all...]
/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Dvfs.h103 char *fspath, char *fspec, int fsflags);
/freebsd-11-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_vfs.c116 char *fspec, int fsflags)
174 mp->mnt_flag = fsflags & MNT_UPDATEMASK;
115 mount_snapshot(kthread_t *td, vnode_t **vpp, const char *fstype, char *fspath, char *fspec, int fsflags) argument
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_file.c1115 int fsflags; local
1142 fsflags = 0;
1150 fsflags |= MNT_RDONLY;
1152 fsflags |= MNT_NOSUID;
1154 fsflags |= MNT_NOEXEC;
1156 fsflags |= MNT_UPDATE;
1159 error = kernel_vmount(fsflags,
/freebsd-11-stable/sys/sys/
H A Dmount.h879 int vfs_donmount(struct thread *td, uint64_t fsflags,

Completed in 129 milliseconds