/titanic_44/usr/src/cmd/mdb/common/modules/smbfs/ |
H A D | smbfs.c | 77 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 D | vfs.h | 61 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 D | objfs_vfs.c | 130 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 D | vfs.h | 87 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 D | sharefs_vfsops.c | 154 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 D | ctfs_root.c | 191 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 D | fake_vfs.c | 127 vfs_getvfsswbyvfsops(vfsops_t *vfsops) in vfs_getvfsswbyvfsops() argument
|
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | snode.h | 146 extern struct vfsops spec_vfsops;
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | vfs.h | 61 typedef struct vfsops vfsops_t; 351 struct vfsops { struct
|
H A D | fem.h | 440 extern void fsem_setvfsops(struct vfs *v, struct vfsops *nops);
|
H A D | socketvar.h | 874 extern struct vfsops sock_vfsops;
|
/titanic_44/usr/src/uts/common/fs/ |
H A D | vfs.c | 433 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 D | fssnap.c | 1075 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 D | nfs4.h | 1352 extern struct vfsops *nfs4_vfsops;
|
/titanic_44/usr/src/uts/common/fs/specfs/ |
H A D | specsubr.c | 797 struct vfsops *spec_vfsops; in specinit()
|
/titanic_44/usr/src/uts/common/fs/fifofs/ |
H A D | fifosubr.c | 74 struct vfsops *fifo_vfsops;
|
/titanic_44/usr/src/uts/common/fs/dcfs/ |
H A D | dc_vnops.c | 155 struct vfsops *dc_vfsops;
|