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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_support.h163 extern int err_pageout(struct vnop_pageout_args *ap);
H A Dvfs_support.c773 err_pageout(struct vnop_pageout_args *ap) function
/darwin-on-arm/xnu/bsd/miscfs/deadfs/
H A Ddead_vnops.c147 { &vnop_pageout_desc, (VOPFUNC)err_pageout }, /* Pageout */
/darwin-on-arm/xnu/bsd/miscfs/fifofs/
H A Dfifo_vnops.c118 { &vnop_pageout_desc, (VOPFUNC)err_pageout }, /* Pageout */
/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c757 { &vnop_pageout_desc, (VOPFUNC)err_pageout }, /* pageout */
H A Ddevfs_vnops.c1566 { &vnop_pageout_desc, (VOPFUNC)err_pageout }, /* Pageout */
1612 { &vnop_pageout_desc, (VOPFUNC)err_pageout }, /* Pageout */
/darwin-on-arm/xnu/bsd/miscfs/specfs/
H A Dspec_vnops.c145 { &vnop_pageout_desc, (VOPFUNC)err_pageout }, /* Pageout */

Completed in 80 milliseconds