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

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_xattr.c88 static int remove_attribute_records(struct hfsmount *hfsmp, BTreeIterator * iterator);
1138 result = remove_attribute_records(hfsmp, iterator);
1142 printf("hfs_setxattr: remove_attribute_records vol=%s err (%d) %s:%s\n",
1203 result = remove_attribute_records(hfsmp, iterator);
1499 result = remove_attribute_records(hfsmp, iterator);
1607 remove_attribute_records(struct hfsmount *hfsmp, BTreeIterator * iterator) function
1636 printf("hfs: remove_attribute_records: bad record size %d (expecting %lu)\n", datasize, sizeof(HFSPlusAttrForkData));
1643 panic("hfs: remove_attribute_records: corruption...");
1658 printf("hfs: remove_attribute_records: BTSearchRecord: vol=%s, err=%d (%d), totalblks %d\n",
1666 panic("hfs: remove_attribute_records
[all...]

Completed in 19 milliseconds