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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c5014 * given file. hfs_reclaim_file()/hfs_reclaim_xattr()
6640 hfs_reclaim_xattr(struct hfsmount *hfsmp, struct vnode *vp, u_int32_t fileID, u_int32_t allocLimit, vfs_context_t context) function
6649 printf("hfs_reclaim_xattr: === Start reclaiming xattr for id=%u ===\n", fileID);
6699 error = vnode_waitforwrites(hfsmp->hfs_attrdata_vp, 0, 0, 0, "hfs_reclaim_xattr");
6759 printf ("hfs_reclaim_xattr: fileID=%u hfs_reclaim_extent error=%d\n", fileID, error);
6778 printf("hfs_reclaim_xattr: === Finished relocating xattr for fileid=%u (error=%d) ===\n", fileID, error);
6790 * calls hfs_reclaim_xattr() to do all the work for allocating
6897 error = hfs_reclaim_xattr(hfsmp, vp, key->fileID, allocLimit, context);

Completed in 35 milliseconds