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

/xnu-2422.115.4/bsd/hfs/
H A Dhfs.h706 extern int hfs_extendfs(struct hfsmount *, u_int64_t, vfs_context_t);
H A Dhfs_vfsops.c2810 error = hfs_extendfs(hfsmp, newsize, context);
4019 hfs_extendfs(struct hfsmount *hfsmp, u_int64_t newsize, vfs_context_t context) function
4090 printf("hfs_extendfs: not enough space on device (vol=%s)\n", hfsmp->vcbVN);
4107 printf("hfs_extendfs: invalid size (newsize=%qu, oldsize=%qu)\n", newsize, oldsize);
4112 printf ("hfs_extendfs: current blockSize=%u too small for newsize=%qu\n", hfsmp->blockSize, newsize);
4119 printf ("hfs_extendfs: old: size=%qu, blkcnt=%u\n", oldsize, hfsmp->totalBlocks);
4120 printf ("hfs_extendfs: new: size=%qu, blkcnt=%u, addblks=%u\n", newsize, (u_int32_t)newblkcnt, addblks);
4122 printf("hfs_extendfs: will extend \"%s\" by %d blocks\n", vcb->vcbVN, addblks);
4234 printf("hfs_extendfs: error %d adding extents\n", error);
4274 printf("hfs_extendfs
[all...]
H A Dhfs_readwrite.c2018 return hfs_extendfs(hfsmp, *(u_int64_t *)ap->a_data, context);

Completed in 59 milliseconds