Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mdb/common/modules/smbfs/
H A Dsmbfs.c77 uintptr_t vfsops; /* filter by vfs ops pointer */ member
89 if (cbd->vfsops && cbd->vfsops != (uintptr_t)vfs->vfs_op) { in smbfs_vfs_cb()
140 if (mdb_readvar(&cbd->vfsops, "smbfs_vfsops") == -1) { in smbfs_vfs_dcmd()
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dvfs.h61 struct vfsops *vfs_op; /* operations on vfs */
87 struct vfsops { struct
130 struct vfsops *vsw_ops; /* filesystem operations vector */
/titanic_44/usr/src/uts/common/fs/objfs/
H A Dobjfs_vfs.c130 vfsops_t *vfsops; in objfs_init() local
134 if (error = vfs_setfsops(fstype, objfs_vfstops, &vfsops)) { in objfs_init()
140 (void) vfs_freevfsops(vfsops); in objfs_init()
/titanic_44/usr/src/ucbhead/sys/
H A Dvfs.h87 struct vfsops *vfs_op; /* operations on VFS */
131 typedef struct vfsops { struct
179 struct vfsops *vsw_vfsops; /* filesystem operations vector */
/titanic_44/usr/src/uts/common/fs/sharefs/
H A Dsharefs_vfsops.c154 vfsops_t *vfsops; in sharefs_init() local
158 if (error = vfs_setfsops(fstype, sharefs_vfstops, &vfsops)) { in sharefs_init()
164 (void) vfs_freevfsops(vfsops); in sharefs_init()
/titanic_44/usr/src/uts/common/fs/ctfs/
H A Dctfs_root.c191 vfsops_t *vfsops; in ctfs_init() local
195 if (error = vfs_setfsops(fstype, ctfs_vfstops, &vfsops)) { in ctfs_init()
201 (void) vfs_freevfsops(vfsops); in ctfs_init()
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vfs.c127 vfs_getvfsswbyvfsops(vfsops_t *vfsops) in vfs_getvfsswbyvfsops() argument
/titanic_44/usr/src/uts/common/sys/fs/
H A Dsnode.h146 extern struct vfsops spec_vfsops;
/titanic_44/usr/src/uts/common/sys/
H A Dvfs.h61 typedef struct vfsops vfsops_t;
351 struct vfsops { struct
H A Dfem.h440 extern void fsem_setvfsops(struct vfs *v, struct vfsops *nops);
H A Dsocketvar.h874 extern struct vfsops sock_vfsops;
/titanic_44/usr/src/uts/common/fs/
H A Dvfs.c433 vfs_freevfsops(vfsops_t *vfsops) in vfs_freevfsops() argument
435 kmem_free(vfsops, sizeof (vfsops_t)); in vfs_freevfsops()
470 vfs_setops(vfs_t *vfsp, vfsops_t *vfsops) in vfs_setops() argument
475 ASSERT(vfsops != NULL); in vfs_setops()
480 atomic_cas_ptr(&vfsp->vfs_op, op, vfsops) == op) { in vfs_setops()
483 fsem_setvfsops(vfsp, vfsops); in vfs_setops()
508 vfs_matchops(vfs_t *vfsp, vfsops_t *vfsops) in vfs_matchops() argument
510 return (vfs_getops(vfsp) == vfsops); in vfs_matchops()
1143 vfsops_t *vfsops; in domount() local
1254 vfsops = &vswp->vsw_vfsops; in domount()
[all …]
/titanic_44/usr/src/uts/common/io/
H A Dfssnap.c1075 vfsops_t *vfsops = EIO_vfsops; in snap_ioctl() local
1138 VFS_INIT(vfsp, vfsops, NULL); in snap_ioctl()
/titanic_44/usr/src/uts/common/nfs/
H A Dnfs4.h1352 extern struct vfsops *nfs4_vfsops;
/titanic_44/usr/src/uts/common/fs/specfs/
H A Dspecsubr.c797 struct vfsops *spec_vfsops; in specinit()
/titanic_44/usr/src/uts/common/fs/fifofs/
H A Dfifosubr.c74 struct vfsops *fifo_vfsops;
/titanic_44/usr/src/uts/common/fs/dcfs/
H A Ddc_vnops.c155 struct vfsops *dc_vfsops;