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

/xnu-2422.115.4/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.c5111 a.a_desc = &vnop_removexattr_desc;
5117 error = (*vp->v_op[vnop_removexattr_desc.vdesc_offset])(&a);
/xnu-2422.115.4/bsd/sys/
H A Dvnode_if.h1309 extern struct vnodeop_desc vnop_removexattr_desc;
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_vnops.c6887 { &vnop_removexattr_desc, (VOPFUNC)hfs_readonly_op}, /* remove xattr (READONLY) */
6949 { &vnop_removexattr_desc, (VOPFUNC)hfs_vnop_removexattr},
7003 { &vnop_removexattr_desc, (VOPFUNC)hfs_vnop_removexattr},
7051 { &vnop_removexattr_desc, (VOPFUNC)hfs_vnop_removexattr},
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_vnops.c245 { &vnop_removexattr_desc, (vnop_t *)nfs4_vnop_removexattr },/* removexattr */
340 { &vnop_removexattr_desc, (vnop_t *)nfs4_vnop_removexattr },/* removexattr */
434 { &vnop_removexattr_desc, (vnop_t *)nfs4_vnop_removexattr },/* removexattr */

Completed in 68 milliseconds