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

/darwin-on-arm/xnu/bsd/sys/
H A Dubc.h89 int cluster_pagein(vnode_t, upl_t, upl_offset_t, off_t, int, off_t, int);
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_readwrite.c3717 error = cluster_pagein(vp, ap->a_pl, ap->a_pl_offset, ap->a_f_offset,
3929 error = cluster_pagein(vp, upl, offset, f_offset, xsize, (off_t)fp->ff_size, ap->a_flags);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c1873 cluster_pagein(vnode_t vp, upl_t upl, upl_offset_t upl_offset, off_t f_offset, function
1891 panic("cluster_pagein: NULL upl passed in");

Completed in 30 milliseconds