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

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_bio.c2075 bio_doread(vnode_t vp, daddr64_t blkno, int size, kauth_cred_t cred, int async, int queuetype) argument
2079 bp = buf_getblk(vp, blkno, size, 0, 0, queuetype);
2133 int nrablks, kauth_cred_t cred, buf_t *bpp, int queuetype)
2138 bp = *bpp = bio_doread(vp, blkno, size, cred, 0, queuetype);
2149 (void) bio_doread(vp, rablks[i], rasizes[i], cred, B_ASYNC, queuetype);
2132 do_breadn_for_type(vnode_t vp, daddr64_t blkno, int size, daddr64_t *rablks, int *rasizes, int nrablks, kauth_cred_t cred, buf_t *bpp, int queuetype) argument

Completed in 19 milliseconds