Home
last modified time | relevance | path

Searched refs:vnop_removexattr_desc (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.61.5/bsd/vfs/
H A Dvnode_if.c980 struct vnodeop_desc vnop_removexattr_desc = { variable
1270 &vnop_removexattr_desc,
H A Dkpi_vfs.c6060 a.a_desc = &vnop_removexattr_desc; in VNOP_REMOVEXATTR()
6066 error = (*vp->v_op[vnop_removexattr_desc.vdesc_offset])(&a); in VNOP_REMOVEXATTR()
/xnu-11215.61.5/bsd/sys/
H A Dvnode_if.h1496 extern struct vnodeop_desc vnop_removexattr_desc;