Searched defs:vnodeops (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c496 mdb_vnodeops_t vnodeops; local
504 if (mdb_ctf_vread(&vnodeops, "vnodeops_t", "mdb_vnodeops_t",
509 if (mdb_readstr(vops_name, sizeof (vops_name), vnodeops.vnop_name) ==
512 vnodeops.vnop_name);
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h813 * the vnodeops structure (below) and the fs_func_p union (vfs_opreg.h).
928 * on a 'vnodeops' structure -- it WILL change in future releases! They
931 typedef struct vnodeops { struct
1314 void xattr_init(void); /* Initialize vnodeops for xattrs */
/illumos-gate/usr/src/uts/common/fs/
H A Dvnode.c230 VOPNAME_OPEN, offsetof(struct vnodeops, vop_open),
233 VOPNAME_CLOSE, offsetof(struct vnodeops, vop_close),
236 VOPNAME_READ, offsetof(struct vnodeops, vop_read),
239 VOPNAME_WRITE, offsetof(struct vnodeops, vop_write),
242 VOPNAME_IOCTL, offsetof(struct vnodeops, vop_ioctl),
245 VOPNAME_SETFL, offsetof(struct vnodeops, vop_setfl),
248 VOPNAME_GETATTR, offsetof(struct vnodeops, vop_getattr),
251 VOPNAME_SETATTR, offsetof(struct vnodeops, vop_setattr),
254 VOPNAME_ACCESS, offsetof(struct vnodeops, vop_access),
257 VOPNAME_LOOKUP, offsetof(struct vnodeops, vop_looku
2868 vn_setops(vnode_t *vp, vnodeops_t *vnodeops) argument
2915 vn_matchops(vnode_t *vp, vnodeops_t *vnodeops) argument
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dvnode.h241 struct vnodeops *v_op; /* vnode operations */
826 * the vnodeops structure (below) and the fs_func_p union (vfs_opreg.h).
941 * on a 'vnodeops' structure -- it WILL change in future releases! They
944 typedef struct vnodeops { struct
1327 void xattr_init(void); /* Initialize vnodeops for xattrs */

Completed in 97 milliseconds