Searched refs:vnop_removexattr_desc (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/vfs/
H A Dvnode_if.c912 struct vnodeop_desc vnop_removexattr_desc = { variable in typeref:struct:vnodeop_desc
1138 &vnop_removexattr_desc,
H A Dkpi_vfs.c6114 a.a_desc = &vnop_removexattr_desc;
6129 error = (*vp->v_op[vnop_removexattr_desc.vdesc_offset])(&a);
/darwin-on-arm/xnu/bsd/sys/
H A Dvnode_if.h1307 extern struct vnodeop_desc vnop_removexattr_desc;
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vnops.c5998 { &vnop_removexattr_desc, (VOPFUNC)hfs_readonly_op}, /* remove xattr (READONLY) */
6060 { &vnop_removexattr_desc, (VOPFUNC)hfs_vnop_removexattr},
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vnops.c243 { &vnop_removexattr_desc, (vnop_t *)nfs4_vnop_removexattr },/* removexattr */
338 { &vnop_removexattr_desc, (vnop_t *)nfs4_vnop_removexattr },/* removexattr */
432 { &vnop_removexattr_desc, (vnop_t *)nfs4_vnop_removexattr },/* removexattr */

Completed in 110 milliseconds