/titanic_44/usr/src/uts/common/sys/ |
H A D | ctfs_impl.h | 223 extern vnodeops_t *ctfs_ops_root; 224 extern vnodeops_t *ctfs_ops_adir; 225 extern vnodeops_t *ctfs_ops_sym; 226 extern vnodeops_t *ctfs_ops_tdir; 227 extern vnodeops_t *ctfs_ops_tmpl; 228 extern vnodeops_t *ctfs_ops_cdir; 229 extern vnodeops_t *ctfs_ops_ctl; 230 extern vnodeops_t *ctfs_ops_stat; 231 extern vnodeops_t *ctfs_ops_event; 232 extern vnodeops_t *ctfs_ops_bundle; [all …]
|
H A D | gfs.h | 50 vnodeops_t **gfsv_ops; /* ptr to result */ 98 extern vnode_t *gfs_file_create(size_t, vnode_t *, vnodeops_t *); 99 extern vnode_t *gfs_dir_create(size_t, vnode_t *, vnodeops_t *, 101 extern vnode_t *gfs_root_create(size_t, struct vfs *, vnodeops_t *, ino64_t, 103 extern vnode_t *gfs_root_create_file(size_t, struct vfs *, vnodeops_t *,
|
H A D | objfs_impl.h | 93 extern vnodeops_t *objfs_ops_root; 109 extern vnodeops_t *objfs_ops_odir; 125 extern vnodeops_t *objfs_ops_data;
|
H A D | vfs_opreg.h | 102 vnodeops_t **); 103 void vn_freevnodeops(vnodeops_t *);
|
H A D | vnode.h | 939 } vnodeops_t; typedef 1225 void vn_setops(vnode_t *, vnodeops_t *); 1226 vnodeops_t *vn_getops(vnode_t *); 1227 int vn_matchops(vnode_t *, vnodeops_t *); 1238 void vn_freevnodeops(vnodeops_t *);
|
H A D | fem.h | 113 vnodeops_t *vnode; 428 extern vnodeops_t *fem_getvnops(struct vnode *v);
|
/titanic_44/usr/src/uts/common/fs/ctfs/ |
H A D | ctfs_root.c | 79 vnodeops_t *ctfs_ops_root; 80 vnodeops_t *ctfs_ops_adir; 81 vnodeops_t *ctfs_ops_sym; 82 vnodeops_t *ctfs_ops_tdir; 83 vnodeops_t *ctfs_ops_tmpl; 84 vnodeops_t *ctfs_ops_cdir; 85 vnodeops_t *ctfs_ops_ctl; 86 vnodeops_t *ctfs_ops_stat; 87 vnodeops_t *ctfs_ops_event; 88 vnodeops_t *ctfs_ops_bundle; [all …]
|
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/sys/ |
H A D | vfs_opreg.h | 102 vnodeops_t **); 103 void vn_freevnodeops(vnodeops_t *);
|
H A D | vnode.h | 934 } vnodeops_t; typedef 1220 void vn_setops(vnode_t *, vnodeops_t *); 1221 vnodeops_t *vn_getops(vnode_t *); 1222 int vn_matchops(vnode_t *, vnodeops_t *); 1233 void vn_freevnodeops(vnodeops_t *);
|
/titanic_44/usr/src/uts/common/fs/objfs/ |
H A D | objfs_vfs.c | 55 vnodeops_t *objfs_ops_root; 56 vnodeops_t *objfs_ops_odir; 57 vnodeops_t *objfs_ops_data;
|
/titanic_44/usr/src/uts/common/sharefs/ |
H A D | sharefs.h | 113 extern vnodeops_t *sharefs_ops_data;
|
/titanic_44/usr/src/uts/common/fs/ |
H A D | gfs.c | 457 gfs_file_create(size_t size, vnode_t *pvp, vnodeops_t *ops) in gfs_file_create() 515 gfs_dir_create(size_t struct_size, vnode_t *pvp, vnodeops_t *ops, in gfs_dir_create() 556 gfs_root_create(size_t size, vfs_t *vfsp, vnodeops_t *ops, ino64_t ino, in gfs_root_create() 580 gfs_root_create_file(size_t size, vfs_t *vfsp, vnodeops_t *ops, ino64_t ino) in gfs_root_create_file()
|
H A D | vnode.c | 2238 vnodeops_t **actual) /* Return the vnodeops */ in vn_make_ops() 2243 *actual = (vnodeops_t *)kmem_alloc(sizeof (vnodeops_t), KM_SLEEP); in vn_make_ops() 2249 kmem_free(*actual, sizeof (vnodeops_t)); in vn_make_ops() 2265 vn_freevnodeops(vnodeops_t *vnops) in vn_freevnodeops() 2267 kmem_free(vnops, sizeof (vnodeops_t)); in vn_freevnodeops() 2830 vn_setops(vnode_t *vp, vnodeops_t *vnodeops) in vn_setops() 2832 vnodeops_t *op; in vn_setops() 2856 vnodeops_t * 2859 vnodeops_t *op; in vn_getops() 2877 vn_matchops(vnode_t *vp, vnodeops_t *vnodeops) in vn_matchops() [all …]
|
H A D | xattr.c | 753 vnodeops_t *xattr_file_ops; 798 vnodeops_t *xattr_dir_ops;
|
H A D | fem.c | 266 offsetof(vnodeops_t, _vop), offsetof(fem_t, _vsop)) 3349 fem_setvnops(vnode_t *v, vnodeops_t *newops) in fem_setvnops() 3351 vnodeops_t *r; in fem_setvnops() 3371 vnodeops_t * 3374 vnodeops_t *r; in fem_getvnops()
|
H A D | dnlc.c | 878 dnlc_fs_purge1(vnodeops_t *vop) in dnlc_fs_purge1()
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | zfs_ctldir.c | 115 vnodeops_t *zfsctl_ops_root; 116 vnodeops_t *zfsctl_ops_snapdir; 117 vnodeops_t *zfsctl_ops_snapshot; 118 vnodeops_t *zfsctl_ops_shares; 119 vnodeops_t *zfsctl_ops_shares_dir;
|
H A D | zfs_vnops.c | 5259 vnodeops_t *zfs_dvnodeops; 5292 vnodeops_t *zfs_fvnodeops; 5327 vnodeops_t *zfs_symvnodeops; 5344 vnodeops_t *zfs_sharevnodeops; 5370 vnodeops_t *zfs_xdvnodeops; 5401 vnodeops_t *zfs_evnodeops;
|
/titanic_44/usr/src/uts/common/fs/sharefs/ |
H A D | sharefs_vfsops.c | 52 vnodeops_t *sharefs_ops_data;
|
/titanic_44/usr/src/uts/common/fs/swapfs/ |
H A D | swap_vnops.c | 90 vnodeops_t *swap_vnodeops;
|
/titanic_44/usr/src/uts/common/io/ |
H A D | physmem.c | 118 vnodeops_t *physmem_vnodeops = NULL;
|
/titanic_44/usr/src/uts/common/nfs/ |
H A D | nfs4.h | 1355 extern vnodeops_t *nfs4_trigger_vnodeops;
|
/titanic_44/usr/src/uts/common/fs/devfs/ |
H A D | devfs_vnops.c | 1128 vnodeops_t *dv_vnodeops;
|
/titanic_44/usr/src/uts/common/fs/autofs/ |
H A D | auto_vnops.c | 89 vnodeops_t *auto_vnodeops;
|
/titanic_44/usr/src/uts/common/fs/dev/ |
H A D | sdev_vnops.c | 1537 vnodeops_t *sdev_vnodeops;
|