Home
last modified time | relevance | path

Searched defs:fsflags (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_vfs.c120 char *fspec, int fsflags, vfs_t *parent_vfsp) in mount_snapshot() argument
/freebsd-src/sbin/dumpfs/
H A Ddumpfs.c152 int32_t fsflags; in dumpfs() local
/freebsd-src/sys/kern/
H A Dvfs_mount.c776 vfs_should_downgrade_to_ro_mount(uint64_t fsflags, int error) in vfs_should_downgrade_to_ro_mount() argument
801 vfs_donmount(struct thread *td, uint64_t fsflags, struct uio *fsoptions) in vfs_donmount() argument
1115 vfs_domount_first(struct thread * td,struct vfsconf * vfsp,char * fspath,struct vnode * vp,uint64_t fsflags,struct vfsoptlist ** optlist) vfs_domount_first() argument
1305 vfs_domount_update(struct thread * td,struct vnode * vp,uint64_t fsflags,bool jail_export,struct vfsoptlist ** optlist) vfs_domount_update() argument
1588 vfs_domount(struct thread * td,const char * fstype,char * fspath,uint64_t fsflags,bool jail_export,struct vfsoptlist ** optlist) vfs_domount() argument
[all...]
/freebsd-src/sys/compat/linux/
H A Dlinux_file.c1077 int error, fsflags; linux_mount() local