Lines Matching defs:upl_flags

598         int	upl_flags = 0;
744 upl_flags = cluster_ioerror(upl, upl_offset - pg_offset, commit_size, error, b_flags);
746 upl_flags = UPL_COMMIT_FREE_ON_EMPTY;
749 upl_flags |= UPL_COMMIT_SET_DIRTY;
752 upl_flags |= UPL_COMMIT_INACTIVATE;
754 ubc_upl_commit_range(upl, upl_offset - pg_offset, commit_size, upl_flags);
767 upl, upl_offset - pg_offset, commit_size, (error << 24) | upl_flags, 0);
1637 int upl_flags;
1642 upl_flags = cluster_ioerror(upl, upl_offset - pg_offset, abort_size, error, io_flags);
1645 upl, upl_offset - pg_offset, abort_size, (error << 24) | upl_flags, 0);
2129 int upl_flags;
2280 upl_flags = UPL_FILE_IO | UPL_COPYOUT_FROM | UPL_NO_SYNC |
2289 &upl_flags,
2520 int upl_flags;
2558 upl_flags = UPL_FILE_IO | UPL_COPYOUT_FROM | UPL_NO_SYNC |
2563 &upl_size, &upl[cur_upl], NULL, &pages_in_pl, &upl_flags, 0);
4020 int upl_flags;
4333 upl_flags = UPL_FILE_IO | UPL_NO_SYNC | UPL_SET_INTERNAL | UPL_SET_LITE | UPL_SET_IO_WIRE;
4336 upl_flags |= UPL_NOZEROFILL;
4338 upl_flags |= UPL_FORCE_DATA_SYNC;
4342 &upl_size, &upl, NULL, &pages_in_pl, &upl_flags);
4544 int upl_flags;
4598 upl_flags = UPL_FILE_IO | UPL_NO_SYNC | UPL_CLEAN_IN_PLACE | UPL_SET_INTERNAL | UPL_SET_LITE | UPL_SET_IO_WIRE;
4606 &upl_size, &upl[cur_upl], NULL, &pages_in_pl, &upl_flags, 0);
4752 int upl_flags;
4776 upl_flags = UPL_QUERY_OBJECT_TYPE;
4780 &upl_size, &upl, NULL, NULL, &upl_flags, 0)) != KERN_SUCCESS) {
4791 if (upl_flags & UPL_PHYS_CONTIG)
5346 int upl_flags;
5403 upl_flags = UPL_COPYOUT_FROM | UPL_RET_ONLY_DIRTY | UPL_SET_LITE | UPL_WILL_BE_DUMPED;
5405 upl_flags = UPL_COPYOUT_FROM | UPL_RET_ONLY_DIRTY | UPL_SET_LITE;
5412 upl_flags);
5607 int upl_flags;
5618 upl_flags = UPL_SET_LITE;
5626 upl_flags |= UPL_WILL_MODIFY;
5633 upl_flags |= UPL_FILE_IO;
5640 upl_flags);