Searched refs:cp_xattr_v2 (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_cprotect.c1057 struct cp_xattr_v2 *newxattr = NULL;
1058 MALLOC (newxattr, struct cp_xattr_v2*, sizeof(struct cp_xattr_v2), M_TEMP, M_WAITOK);
1063 bzero (newxattr, sizeof(struct cp_xattr_v2));
1302 struct cp_xattr_v2 *xattr = NULL;
1303 MALLOC (xattr, struct cp_xattr_v2*, sizeof(struct cp_xattr_v2), M_TEMP, M_WAITOK);
1308 bzero (xattr, sizeof (struct cp_xattr_v2));
/darwin-on-arm/xnu/bsd/sys/
H A Dcprotect.h128 struct cp_xattr_v2 { struct

Completed in 9 milliseconds