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

/netbsd-current/sys/fs/hfs/
H A Dhfs.h167 int hfs_pread(struct vnode*, void*, size_t, uint64_t, uint64_t, kauth_cred_t);
H A Dhfs_subr.c276 return hfs_pread(cbdata->devvp, outbytes, cbdata->devblksz, physoffset,
285 * bloodshed, hfs_pread() was written as a convenience (and a model of how sane
289 hfs_pread(struct vnode *vp, void *buf, size_t secsz, uint64_t off, function

Completed in 77 milliseconds