Searched defs:vfsops (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/sys/ |
H A D | mount.h | 186 struct vfsops { struct 187 const char *vfs_name; 188 size_t vfs_min_mount_data; 189 int (*vfs_mount) (struct mount *, const char *, void *, 191 int (*vfs_start) (struct mount *, int); 192 int (*vfs_unmount) (struct mount *, int); 193 int (*vfs_root) (struct mount *, int, struct vnode **); 194 int (*vfs_quotactl) (struct mount *, struct quotactl_args *); 195 int (*vfs_statvfs) (struct mount *, struct statvfs *); 196 int (*vfs_sync) (struct mount *, int, struct kauth_cred *); [all …]
|
/netbsd-src/sys/kern/ |
H A D | vfs_mount.c | 152 vfs_mountalloc(struct vfsops * vfsops,vnode_t * vp) vfs_mountalloc() argument 800 mount_domount(struct lwp * l,vnode_t ** vpp,struct vfsops * vfsops,const char * path,int flags,void * data,size_t * data_len) mount_domount() argument [all...] |
H A D | vfs_syscalls.c | 457 mount_get_vfsops(const char * fstype,enum uio_seg type_seg,struct vfsops ** vfsops) mount_get_vfsops() argument 558 struct vfsops *vfsops = NULL; /* XXX gcc4.8 */ do_sys_mount() local [all...] |