Home
last modified time | relevance | path

Searched refs:vnodeops_t (Results 1 – 25 of 32) sorted by relevance

12

/illumos-gate/usr/src/uts/common/sys/
H A Dctfs_impl.h221 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 Dgfs.h50 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 Dobjfs_impl.h91 extern vnodeops_t *objfs_ops_root;
107 extern vnodeops_t *objfs_ops_odir;
123 extern vnodeops_t *objfs_ops_data;
H A Dvfs_opreg.h100 vnodeops_t **);
101 void vn_freevnodeops(vnodeops_t *);
H A Dvnode.h1021 } 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 Dfem.h113 vnodeops_t *vnode;
428 extern vnodeops_t *fem_getvnops(struct vnode *v);
/illumos-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_root.c79 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/lib/smbclnt/libfknsmb/common/sys/
H A Dvfs_opreg.h102 vnodeops_t **);
103 void vn_freevnodeops(vnodeops_t *);
H A Dvnode.h941 } vnodeops_t; typedef
1227 void vn_setops(vnode_t *, vnodeops_t *);
1228 vnodeops_t *vn_getops(vnode_t *);
1229 int vn_matchops(vnode_t *, vnodeops_t *);
1240 void vn_freevnodeops(vnodeops_t *);
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvfs_opreg.h102 vnodeops_t **);
103 void vn_freevnodeops(vnodeops_t *);
H A Dvnode.h934 } 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 *);
/illumos-gate/usr/src/uts/common/fs/objfs/
H A Dobjfs_vfs.c55 vnodeops_t *objfs_ops_root;
56 vnodeops_t *objfs_ops_odir;
57 vnodeops_t *objfs_ops_data;
/illumos-gate/usr/src/uts/common/sharefs/
H A Dsharefs.h118 extern vnodeops_t *sharefs_ops_data;
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_vnode.c543 vnodeops_t **actual) /* Return the vnodeops */ in vn_make_ops()
548 *actual = (vnodeops_t *)kmem_alloc(sizeof (vnodeops_t), KM_SLEEP); in vn_make_ops()
554 kmem_free(*actual, sizeof (vnodeops_t)); in vn_make_ops()
570 vn_freevnodeops(vnodeops_t *vnops) in vn_freevnodeops()
572 kmem_free(vnops, sizeof (vnodeops_t)); in vn_freevnodeops()
914 vn_setops(vnode_t *vp, vnodeops_t *vnodeops) in vn_setops()
926 vnodeops_t *
940 vn_matchops(vnode_t *vp, vnodeops_t *vnodeops) in vn_matchops()
/illumos-gate/usr/src/uts/common/fs/
H A Dgfs.c458 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 Dvnode.c2296 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 Dxattr.c824 vnodeops_t *xattr_file_ops;
869 vnodeops_t *xattr_dir_ops;
H A Dfem.c266 offsetof(vnodeops_t, _vop), offsetof(fem_t, _vsop))
3354 fem_setvnops(vnode_t *v, vnodeops_t *newops) in fem_setvnops()
3356 vnodeops_t *r; in fem_setvnops()
3376 vnodeops_t *
3379 vnodeops_t *r; in fem_getvnops()
/illumos-gate/usr/src/uts/common/fs/sharefs/
H A Dsharefs_vfsops.c56 vnodeops_t *sharefs_ops_data;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ctldir.c116 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 Dswap_vnops.c90 vnodeops_t *swap_vnodeops;
/illumos-gate/usr/src/uts/common/io/
H A Dphysmem.c118 vnodeops_t *physmem_vnodeops = NULL;
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4.h1499 extern vnodeops_t *nfs4_trigger_vnodeops;
/illumos-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_vnops.c1138 vnodeops_t *dv_vnodeops;
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_vnops.c1559 vnodeops_t *sdev_vnodeops;

12