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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs.h689 extern int hfs_relocate(struct vnode *, u_int32_t, kauth_cred_t, struct proc *);
H A Dhfs_hotfiles.c1177 error = hfs_relocate(vp, hfsmp->hfs_hotfile_start, kauth_cred_get(), current_proc());
1392 error = hfs_relocate(vp, HFSTOVCB(hfsmp)->nextAllocation, vfs_context_ucred(ctx), vfs_context_proc(ctx));
H A Dhfs_readwrite.c4373 hfs_relocate(struct vnode *vp, u_int32_t blockHint, kauth_cred_t cred, function
4506 printf("hfs_relocate: allocation failed");
H A Dhfs_vnops.c558 (void) hfs_relocate(vp, hfsmp->nextAllocation + 4096,

Completed in 35 milliseconds