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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_xattr.c83 static int remove_attribute_records(struct hfsmount *hfsmp, BTreeIterator * iterator);
770 result = remove_attribute_records(hfsmp, iterator);
772 printf("hfs_setxattr: remove_attribute_records err (%d) %s:%s\n",
833 result = remove_attribute_records(hfsmp, iterator);
1061 result = remove_attribute_records(hfsmp, iterator);
1171 remove_attribute_records(struct hfsmount *hfsmp, BTreeIterator * iterator) function
1201 printf("remove_attribute_records: bad record size %d (expecting %d)\n", datasize, sizeof(HFSPlusAttrForkData));
1209 panic("remove_attribute_records: corruption...");
1224 printf("remove_attribute_records: BTSearchRecord %d (%d), totalblks %d\n",
1232 panic("remove_attribute_records
[all...]

Completed in 58 milliseconds