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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs.h734 extern int hfs_extendfs(struct hfsmount *, u_int64_t, vfs_context_t);
H A Dhfs_vfsops.c2865 error = hfs_extendfs(hfsmp, newsize, context);
3956 hfs_extendfs(struct hfsmount *hfsmp, u_int64_t newsize, vfs_context_t context) function
4027 printf("hfs_extendfs: not enough space on device\n");
4044 printf("hfs_extendfs: invalid size\n");
4054 printf ("hfs_extendfs: old: size=%qu, blkcnt=%u\n", oldsize, hfsmp->totalBlocks);
4055 printf ("hfs_extendfs: new: size=%qu, blkcnt=%u, addblks=%u\n", newsize, (u_int32_t)newblkcnt, addblks);
4057 printf("hfs_extendfs: will extend \"%s\" by %d blocks\n", vcb->vcbVN, addblks);
4169 printf("hfs_extendfs: error %d adding extents\n", error);
4209 printf("hfs_extendfs: error %d clearing blocks\n", error);
4224 printf("hfs_extendfs
[all...]
H A Dhfs_readwrite.c1725 return hfs_extendfs(hfsmp, *(u_int64_t *)ap->a_data, context);

Completed in 73 milliseconds