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

/xnu-2782.1.97/bsd/vfs/
H A Dvfs_support.h160 extern int err_pagein(struct vnop_pagein_args *ap);
H A Dvfs_support.c746 err_pagein(struct vnop_pagein_args *ap) function
/xnu-2782.1.97/bsd/miscfs/deadfs/
H A Ddead_vnops.c146 { &vnop_pagein_desc, (VOPFUNC)err_pagein }, /* Pagein */
/xnu-2782.1.97/bsd/miscfs/fifofs/
H A Dfifo_vnops.c114 { &vnop_pagein_desc, (VOPFUNC)err_pagein }, /* Pagein */
/xnu-2782.1.97/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c754 { &vnop_pagein_desc, (VOPFUNC)err_pagein }, /* pagein */
H A Ddevfs_vnops.c1565 { &vnop_pagein_desc, (VOPFUNC)err_pagein }, /* Pagein */
1611 { &vnop_pagein_desc, (VOPFUNC)err_pagein }, /* Pagein */
/xnu-2782.1.97/bsd/miscfs/specfs/
H A Dspec_vnops.c145 { &vnop_pagein_desc, (VOPFUNC)err_pagein }, /* Pagein */

Completed in 43 milliseconds