Searched refs:cp_root_xattr (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dcprotect.h221 struct cp_root_xattr { struct
248 int cp_getrootxattr (struct hfsmount *hfsmp, struct cp_root_xattr *outxattr);
249 int cp_setrootxattr (struct hfsmount *hfsmp, struct cp_root_xattr *newxattr);
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_cprotect.c1084 cp_getrootxattr(struct hfsmount* hfsmp, struct cp_root_xattr *outxattr)
1088 size_t attrsize = sizeof(struct cp_root_xattr);
1134 cp_setrootxattr(struct hfsmount *hfsmp, struct cp_root_xattr *newxattr)
1152 sizeof(struct cp_root_xattr), &args, hfsmp, 1);
1323 struct cp_root_xattr xattr;
H A Dhfs_vfsutils.c871 struct cp_root_xattr *xattr = NULL;
872 MALLOC (xattr, struct cp_root_xattr*, sizeof(struct cp_root_xattr), M_TEMP, M_WAITOK);
877 bzero (xattr, sizeof(struct cp_root_xattr));
895 bzero(xattr, sizeof(struct cp_root_xattr));

Completed in 26 milliseconds