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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_readwrite.c89 static int hfs_clonesysfile(struct vnode *, int, int, int, kauth_cred_t, struct proc *);
4559 retval = hfs_clonesysfile(vp, headblks, datablks, blksize, cred, p);
4775 hfs_clonesysfile(struct vnode *vp, int blkstart, int blkcnt, int blksize, function
4811 printf("hfs_clonesysfile: meta_bread error %d\n", error);
4815 printf("hfs_clonesysfile: b_bcount is only %d\n", buf_count(bp));
4834 printf("hfs_clonesysfile: getblk failed on blk %qd\n", start_blk + blkno);

Completed in 13 milliseconds