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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_xattr.c954 int allocatedblks = 0; local
1067 result = alloc_attr_blks(hfsmp, attrsize, extentbufsize, extentptr, &allocatedblks);
1069 allocatedblks = 0;
1222 if (result && allocatedblks) {
1223 free_attr_blks(hfsmp, allocatedblks, extentptr);

Completed in 78 milliseconds