Home
last modified time | relevance | path

Searched defs:vfsops (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/sys/sys/
H A Dmount.h821 struct vfsops { argument
819 struct vfsops { global() struct
820 vfs_mountvfsops global() argument
822 vfs_unmountvfsops global() argument
823 vfs_rootvfsops global() argument
824 vfs_cachedrootvfsops global() argument
825 vfs_quotactlvfsops global() argument
826 vfs_statfsvfsops global() argument
827 vfs_syncvfsops global() argument
828 vfs_vgetvfsops global() argument
829 vfs_fhtovpvfsops global() argument
830 vfs_checkexpvfsops global() argument
831 vfs_initvfsops global() argument
832 vfs_uninitvfsops global() argument
833 vfs_extattrctlvfsops global() argument
834 vfs_sysctlvfsops global() argument
835 vfs_susp_cleanvfsops global() argument
836 vfs_reclaim_lowervpvfsops global() argument
837 vfs_unlink_lowervpvfsops global() argument
838 vfs_purgevfsops global() argument
839 vfs_report_lockfvfsops global() argument
840 vfs_sparevfsops global() argument
964 VFS_SET(vfsops,fsname,flags) global() argument
/freebsd-src/sys/kern/
H A Dvfs_init.c386 struct vfsops *vfsops; in vfs_register() local