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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_xattr.c90 static int remove_attribute_records(struct hfsmount *hfsmp, BTreeIterator * iterator);
1087 result = remove_attribute_records(hfsmp, iterator);
1091 printf("hfs_setxattr: remove_attribute_records err (%d) %s:%s\n",
1153 result = remove_attribute_records(hfsmp, iterator);
1445 result = remove_attribute_records(hfsmp, iterator);
1553 remove_attribute_records(struct hfsmount *hfsmp, BTreeIterator * iterator) function
1582 printf("hfs: remove_attribute_records: bad record size %d (expecting %lu)\n", datasize, sizeof(HFSPlusAttrForkData));
1589 panic("hfs: remove_attribute_records: corruption...");
1604 printf("hfs: remove_attribute_records: BTSearchRecord %d (%d), totalblks %d\n",
1612 panic("hfs: remove_attribute_records
[all...]

Completed in 11 milliseconds