Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dvfs.h87 struct vfsops { struct
88 int (*vfs_mount)(); /* mount file system */
89 int (*vfs_unmount)(); /* unmount file system */
90 int (*vfs_root)(); /* get root vnode */
91 int (*vfs_statfs)(); /* get fs statistics */
92 int (*vfs_sync)(); /* flush fs buffers */
93 int (*vfs_vget)(); /* get vnode from fid */
94 int (*vfs_mountroot)(); /* mount the root filesystem */
95 int (*vfs_swapvp)(); /* return vnode for swap */
/titanic_41/usr/src/ucbhead/sys/
H A Dvfs.h131 typedef struct vfsops { struct
154 } vfsops_t; argument
/titanic_41/usr/src/uts/common/fs/objfs/
H A Dobjfs_vfs.c130 vfsops_t *vfsops; in objfs_init() local
/titanic_41/usr/src/uts/common/fs/sharefs/
H A Dsharefs_vfsops.c154 vfsops_t *vfsops; in sharefs_init() local
/titanic_41/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vfs.c127 vfs_getvfsswbyvfsops(vfsops_t *vfsops) in vfs_getvfsswbyvfsops()
/titanic_41/usr/src/cmd/mdb/common/modules/smbfs/
H A Dsmbfs.c77 uintptr_t vfsops; /* filter by vfs ops pointer */ member
/titanic_41/usr/src/uts/common/fs/ctfs/
H A Dctfs_root.c191 vfsops_t *vfsops; in ctfs_init() local
/titanic_41/usr/src/uts/common/fs/
H A Dvfs.c431 vfs_freevfsops(vfsops_t *vfsops) in vfs_freevfsops()
468 vfs_setops(vfs_t *vfsp, vfsops_t *vfsops) in vfs_setops()
506 vfs_matchops(vfs_t *vfsp, vfsops_t *vfsops) in vfs_matchops()
1167 vfsops_t *vfsops; in domount() local
4106 vfs_getvfsswbyvfsops(vfsops_t *vfsops) in vfs_getvfsswbyvfsops()
/titanic_41/usr/src/uts/common/io/
H A Dfssnap.c1075 vfsops_t *vfsops = EIO_vfsops; in snap_ioctl() local
/titanic_41/usr/src/uts/common/sys/
H A Dvfs.h350 struct vfsops { struct