Searched refs:vnop_removexattr_desc (Results 1 – 3 of 3) sorted by relevance
980 struct vnodeop_desc vnop_removexattr_desc = { variable1270 &vnop_removexattr_desc,
6060 a.a_desc = &vnop_removexattr_desc; in VNOP_REMOVEXATTR()6066 error = (*vp->v_op[vnop_removexattr_desc.vdesc_offset])(&a); in VNOP_REMOVEXATTR()
1496 extern struct vnodeop_desc vnop_removexattr_desc;