/illumos-gate/usr/src/uts/common/sys/ |
H A D | ctfs_impl.h | 221 extern vnodeops_t *ctfs_ops_root; 222 extern vnodeops_t *ctfs_ops_adir; 223 extern vnodeops_t *ctfs_ops_sym; 224 extern vnodeops_t *ctfs_ops_tdir; 225 extern vnodeops_t *ctfs_ops_tmpl; 226 extern vnodeops_t *ctfs_ops_cdir; 227 extern vnodeops_t *ctfs_ops_ctl; 228 extern vnodeops_t *ctfs_ops_stat; 229 extern vnodeops_t *ctfs_ops_event; 230 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 | 91 extern vnodeops_t *objfs_ops_root; 107 extern vnodeops_t *objfs_ops_odir; 123 extern vnodeops_t *objfs_ops_data;
|
H A D | vfs_opreg.h | 100 vnodeops_t **); 101 void vn_freevnodeops(vnodeops_t *);
|
H A D | vnode.h | 1021 } vnodeops_t; typedef 1309 void vn_setops(vnode_t *, vnodeops_t *); 1310 vnodeops_t *vn_getops(vnode_t *); 1311 int vn_matchops(vnode_t *, vnodeops_t *); 1322 void vn_freevnodeops(vnodeops_t *);
|
H A D | fem.h | 113 vnodeops_t *vnode; 430 extern vnodeops_t *fem_getvnops(struct vnode *v);
|
/illumos-gate/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 …]
|
/illumos-gate/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;
|
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/ |
H A D | fake_vnode.c | 534 vnodeops_t **actual) /* Return the vnodeops */ in vn_make_ops() 539 *actual = (vnodeops_t *)kmem_alloc(sizeof (vnodeops_t), KM_SLEEP); in vn_make_ops() 545 kmem_free(*actual, sizeof (vnodeops_t)); in vn_make_ops() 561 vn_freevnodeops(vnodeops_t *vnops) in vn_freevnodeops() 563 kmem_free(vnops, sizeof (vnodeops_t)); in vn_freevnodeops() 941 vn_setops(vnode_t *vp, vnodeops_t *vnodeops) in vn_setops() 954 vnodeops_t * 969 vn_matchops(vnode_t *vp, vnodeops_t *vnodeops) in vn_matchops()
|
/illumos-gate/usr/src/uts/common/sharefs/ |
H A D | sharefs.h | 118 extern vnodeops_t *sharefs_ops_data;
|
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | fake_vnode.c | 53 vnodeops_t *
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | gfs.c | 458 gfs_file_create(size_t size, vnode_t *pvp, vnodeops_t *ops) in gfs_file_create() 516 gfs_dir_create(size_t struct_size, vnode_t *pvp, vnodeops_t *ops, in gfs_dir_create() 557 gfs_root_create(size_t size, vfs_t *vfsp, vnodeops_t *ops, ino64_t ino, in gfs_root_create() 581 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 | 2296 vnodeops_t **actual) /* Return the vnodeops */ in vn_make_ops() 2301 *actual = (vnodeops_t *)kmem_alloc(sizeof (vnodeops_t), KM_SLEEP); in vn_make_ops() 2307 kmem_free(*actual, sizeof (vnodeops_t)); in vn_make_ops() 2323 vn_freevnodeops(vnodeops_t *vnops) in vn_freevnodeops() 2325 kmem_free(vnops, sizeof (vnodeops_t)); in vn_freevnodeops() 2931 vn_setops(vnode_t *vp, vnodeops_t *vnodeops) in vn_setops() 2933 vnodeops_t *op; in vn_setops() 2957 vnodeops_t * 2960 vnodeops_t *op; in vn_getops() 2978 vn_matchops(vnode_t *vp, vnodeops_t *vnodeops) in vn_matchops() [all …]
|
H A D | xattr.c | 824 vnodeops_t *xattr_file_ops; 869 vnodeops_t *xattr_dir_ops;
|
H A D | fem.c | 268 offsetof(vnodeops_t, _vop), offsetof(fem_t, _vsop)) 3398 fem_setvnops(vnode_t *v, vnodeops_t *newops) in fem_setvnops() 3400 vnodeops_t *r; in fem_setvnops() 3420 vnodeops_t * 3423 vnodeops_t *r; in fem_getvnops()
|
H A D | dnlc.c | 879 dnlc_fs_purge1(vnodeops_t *vop) in dnlc_fs_purge1()
|
/illumos-gate/usr/src/uts/common/fs/sharefs/ |
H A D | sharefs_vfsops.c | 56 vnodeops_t *sharefs_ops_data;
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfs_ctldir.c | 116 vnodeops_t *zfsctl_ops_root; 117 vnodeops_t *zfsctl_ops_snapdir; 118 vnodeops_t *zfsctl_ops_snapshot; 119 vnodeops_t *zfsctl_ops_shares;
|
/illumos-gate/usr/src/uts/common/fs/swapfs/ |
H A D | swap_vnops.c | 90 vnodeops_t *swap_vnodeops;
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | physmem.c | 118 vnodeops_t *physmem_vnodeops = NULL;
|
/illumos-gate/usr/src/uts/common/nfs/ |
H A D | nfs4.h | 1499 extern vnodeops_t *nfs4_trigger_vnodeops;
|
/illumos-gate/usr/src/uts/common/fs/devfs/ |
H A D | devfs_vnops.c | 1138 vnodeops_t *dv_vnodeops;
|
/illumos-gate/usr/src/uts/common/fs/autofs/ |
H A D | auto_vnops.c | 90 vnodeops_t *auto_vnodeops;
|
/illumos-gate/usr/src/uts/common/fs/dev/ |
H A D | sdev_vnops.c | 1559 vnodeops_t *sdev_vnodeops;
|
/illumos-gate/usr/src/uts/common/fs/mntfs/ |
H A D | mntvnops.c | 48 vnodeops_t *mntvnodeops;
|