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

/xnu-2782.1.97/bsd/kern/
H A Dubc_subr.c2289 int uplflags)
2304 if (uplflags & (UPL_UBC_MSYNC | UPL_UBC_PAGEOUT | UPL_UBC_PAGEIN)) {
2306 if (uplflags & UPL_UBC_MSYNC) {
2307 uplflags &= UPL_RET_ONLY_DIRTY;
2309 uplflags |= UPL_COPYOUT_FROM | UPL_CLEAN_IN_PLACE |
2312 } else if (uplflags & UPL_UBC_PAGEOUT) {
2313 uplflags &= UPL_RET_ONLY_DIRTY;
2315 if (uplflags & UPL_RET_ONLY_DIRTY)
2316 uplflags |= UPL_NOBLOCK;
2318 uplflags |
2283 ubc_create_upl( struct vnode *vp, off_t f_offset, int bufsize, upl_t *uplp, upl_page_info_t **plp, int uplflags) argument
[all...]
/xnu-2782.1.97/osfmk/vm/
H A Dbsd_vm.c1059 int uplflags; local
1064 uplflags = (UPL_NO_SYNC |
1071 &upl, NULL, &count, uplflags);

Completed in 31 milliseconds