| /netbsd-src/sys/rump/include/rump-sys/ |
| H A D | vfs_if.h | 14 struct vfsops * rump_vfslist_iterate(struct vfsops *); 15 typedef struct vfsops * (*rump_vfslist_iterate_fn)(struct vfsops *); 16 struct vfsops * rump_vfs_getopsbyname(const char *); 17 typedef struct vfsops * (*rump_vfs_getopsbyname_fn)(const char *);
|
| /netbsd-src/sys/sys/ |
| H A D | mount.h | 141 struct vfsops *mnt_op; /* operations on fs */ 186 struct vfsops { struct 220 LIST_ENTRY(vfsops) vfs_list; argument 396 int vfs_attach(struct vfsops *); 397 int vfs_detach(struct vfsops *); 399 struct vfsops *vfs_getopsbyname(const char *); 400 void vfs_delref(struct vfsops *); 403 struct mount *vfs_mountalloc(struct vfsops *, struct vnode *); 444 extern struct vfsops *vfssw[]; /* filesystem type table */ 450 int mount_domount(struct lwp *, struct vnode **, struct vfsops *, [all …]
|
| /netbsd-src/sys/kern/ |
| H A D | vfs_init.c | 461 vfs_delref(struct vfsops *vfs) in vfs_delref() 473 vfs_attach(struct vfsops *vfs) in vfs_attach() 475 struct vfsops *v; in vfs_attach() 518 vfs_detach(struct vfsops *vfs) in vfs_detach() 520 struct vfsops *v; in vfs_detach() 565 struct vfsops *vfs; in vfs_reinit()
|
| H A D | vfs_mount.c | 153 vfs_mountalloc(struct vfsops *vfsops, vnode_t *vp) in vfs_mountalloc() 159 mp->mnt_op = vfsops; in vfs_mountalloc() 188 struct vfsops *vfsp = NULL; in vfs_rootmountalloc() 802 mount_domount(struct lwp *l, vnode_t **vpp, struct vfsops *vfsops, in mount_domount() 814 vfs_delref(vfsops); in mount_domount() 820 vfs_delref(vfsops); in mount_domount() 825 vfs_delref(vfsops); in mount_domount() 829 if ((mp = vfs_mountalloc(vfsops, v in mount_domount() 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 | kern_subr.c | 276 struct vfsops *vops; in setroot_nfs() 326 struct vfsops *vops; in setroot_ask()
|
| /netbsd-src/sys/rump/include/rump/ |
| H A D | rumpvfs_if_pub.h | 10 struct vfsops * rump_pub_vfslist_iterate(struct vfsops *); 11 struct vfsops * rump_pub_vfs_getopsbyname(const char *);
|
| H A D | rump.h | 40 struct vfsops;
|
| /netbsd-src/sys/rump/librump/rumpvfs/ |
| H A D | rumpvfs_if_wrappers.c | 35 struct vfsops * 36 rump_pub_vfslist_iterate(struct vfsops *arg1) in rump_pub_vfslist_iterate() 38 struct vfsops * rv; in rump_pub_vfslist_iterate() 47 struct vfsops * 50 struct vfsops * rv; in rump_pub_vfs_getopsbyname()
|
| H A D | rumpvfs.ifspec | 14 struct vfsops * |vfslist_iterate|struct vfsops * 15 struct vfsops * |vfs_getopsbyname|const char *
|
| H A D | rump_vfs.c | 95 extern struct vfsops rumpfs_vfsops; in RUMP_COMPONENT() 302 struct vfsops * 303 rump_vfslist_iterate(struct vfsops *ops) in rump_vfslist_iterate() 312 struct vfsops *
|
| /netbsd-src/share/man/man9/ |
| H A D | Makefile | 71 vfs.9 vfs_hooks.9 vfsops.9 vfssubr.9 \ 1041 MLINKS+=vfsops.9 VFS_MOUNT.9 \ 1042 vfsops.9 VFS_START.9 \ 1043 vfsops.9 VFS_UNMOUNT.9 \ 1044 vfsops.9 VFS_ROOT.9 \ 1045 vfsops.9 VFS_QUOTACTL.9 \ 1046 vfsops.9 VFS_STATVFS.9 \ 1047 vfsops.9 VFS_SYNC.9 \ 1048 vfsops.9 VFS_VGET.9 \ 1049 vfsops [all...] |
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/sys/ |
| H A D | mount.d | 221 vfsops* vfc_vfsops; 231 vfsops* vfc_vfsops;
|
| /netbsd-src/sys/miscfs/deadfs/ |
| H A D | deadfs.h | 38 extern struct vfsops dead_vfsops;
|
| H A D | dead_vfsops.c | 54 struct vfsops dead_vfsops = {
|
| /netbsd-src/sys/miscfs/fdesc/ |
| H A D | fdesc.h | 76 extern struct vfsops fdesc_vfsops;
|
| /netbsd-src/sys/miscfs/nullfs/ |
| H A D | null.h | 112 extern struct vfsops nullfs_vfsops;
|
| /netbsd-src/sys/miscfs/overlay/ |
| H A D | overlay.h | 123 extern struct vfsops overlay_vfsops;
|
| /netbsd-src/external/cddl/osnet/sys/sys/ |
| H A D | opentypes.h | 67 typedef struct vfsops vfsops_t;
|
| /netbsd-src/sys/miscfs/umapfs/ |
| H A D | umap.h | 105 extern struct vfsops umapfs_vfsops;
|
| /netbsd-src/sys/fs/ptyfs/ |
| H A D | ptyfs.h | 169 extern struct vfsops ptyfs_vfsops;
|
| /netbsd-src/sys/compat/common/ |
| H A D | compat_sysctl_09_43.c | 74 struct vfsops *vfsp; in sysctl_vfs_generic_conf()
|
| /netbsd-src/sys/fs/sysvbfs/ |
| H A D | sysvbfs.c | 116 struct vfsops sysvbfs_vfsops = {
|
| /netbsd-src/sys/fs/unionfs/ |
| H A D | unionfs_vfsops.c | 57 struct vfsops unionfs_vfsops; 511 struct vfsops unionfs_vfsops = {
|
| /netbsd-src/sys/miscfs/kernfs/ |
| H A D | kernfs.h | 126 extern struct vfsops kernfs_vfsops;
|
| /netbsd-src/sys/fs/v7fs/ |
| H A D | v7fs_extern.c | 182 struct vfsops v7fs_vfsops = {
|