Home
last modified time | relevance | path

Searched refs:vfsops (Results 1 – 25 of 64) sorted by relevance

123

/netbsd-src/sys/rump/include/rump-sys/
H A Dvfs_if.h14 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 Dmount.h141 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 Dvfs_init.c461 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 Dvfs_mount.c153 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 Dkern_subr.c276 struct vfsops *vops; in setroot_nfs()
326 struct vfsops *vops; in setroot_ask()
/netbsd-src/sys/rump/include/rump/
H A Drumpvfs_if_pub.h10 struct vfsops * rump_pub_vfslist_iterate(struct vfsops *);
11 struct vfsops * rump_pub_vfs_getopsbyname(const char *);
H A Drump.h40 struct vfsops;
/netbsd-src/sys/rump/librump/rumpvfs/
H A Drumpvfs_if_wrappers.c35 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 Drumpvfs.ifspec14 struct vfsops * |vfslist_iterate|struct vfsops *
15 struct vfsops * |vfs_getopsbyname|const char *
H A Drump_vfs.c95 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 DMakefile71 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 Dmount.d221 vfsops* vfc_vfsops;
231 vfsops* vfc_vfsops;
/netbsd-src/sys/miscfs/deadfs/
H A Ddeadfs.h38 extern struct vfsops dead_vfsops;
H A Ddead_vfsops.c54 struct vfsops dead_vfsops = {
/netbsd-src/sys/miscfs/fdesc/
H A Dfdesc.h76 extern struct vfsops fdesc_vfsops;
/netbsd-src/sys/miscfs/nullfs/
H A Dnull.h112 extern struct vfsops nullfs_vfsops;
/netbsd-src/sys/miscfs/overlay/
H A Doverlay.h123 extern struct vfsops overlay_vfsops;
/netbsd-src/external/cddl/osnet/sys/sys/
H A Dopentypes.h67 typedef struct vfsops vfsops_t;
/netbsd-src/sys/miscfs/umapfs/
H A Dumap.h105 extern struct vfsops umapfs_vfsops;
/netbsd-src/sys/fs/ptyfs/
H A Dptyfs.h169 extern struct vfsops ptyfs_vfsops;
/netbsd-src/sys/compat/common/
H A Dcompat_sysctl_09_43.c74 struct vfsops *vfsp; in sysctl_vfs_generic_conf()
/netbsd-src/sys/fs/sysvbfs/
H A Dsysvbfs.c116 struct vfsops sysvbfs_vfsops = {
/netbsd-src/sys/fs/unionfs/
H A Dunionfs_vfsops.c57 struct vfsops unionfs_vfsops;
511 struct vfsops unionfs_vfsops = {
/netbsd-src/sys/miscfs/kernfs/
H A Dkernfs.h126 extern struct vfsops kernfs_vfsops;
/netbsd-src/sys/fs/v7fs/
H A Dv7fs_extern.c182 struct vfsops v7fs_vfsops = {

123