Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/sys/
H A Dubc.h120 int cluster_pagein(vnode_t, upl_t, upl_offset_t, off_t, int, off_t, int);
/xnu-11215.1.10/bsd/miscfs/mockfs/
H A Dmockfs_vnops.c337 …return cluster_pagein(ap->a_vp, ap->a_pl, ap->a_pl_offset, ap->a_f_offset, ap->a_size, fsnode->siz… in mockfs_pagein()
/xnu-11215.1.10/bsd/vfs/
H A Dvfs_cluster.c2642 cluster_pagein(vnode_t vp, upl_t upl, upl_offset_t upl_offset, off_t f_offset, in cluster_pagein() function