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

/xnu-2422.115.4/bsd/sys/
H A Dcprotect.h199 struct cp_xattr_v4 { struct
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_cprotect.c1203 struct cp_xattr_v4 *newxattr = NULL; // 70+ bytes; don't alloc on stack.
1204 MALLOC (newxattr, struct cp_xattr_v4*, sizeof(struct cp_xattr_v4), M_TEMP, M_WAITOK);
1209 bzero (newxattr, sizeof(struct cp_xattr_v4));
1420 struct cp_xattr_v4 *xattr = NULL;
1421 MALLOC (xattr, struct cp_xattr_v4*, sizeof(struct cp_xattr_v4), M_TEMP, M_WAITOK);
1426 bzero(xattr, sizeof (struct cp_xattr_v4));

Completed in 270 milliseconds