Lines Matching refs:upl_flags

561         int	upl_flags = 0;
709 upl_flags = cluster_ioerror(upl, upl_offset - pg_offset, commit_size, error, b_flags, vp);
711 upl_flags = UPL_COMMIT_FREE_ON_EMPTY;
714 upl_flags |= UPL_COMMIT_SET_DIRTY;
717 upl_flags |= UPL_COMMIT_INACTIVATE;
719 ubc_upl_commit_range(upl, upl_offset - pg_offset, commit_size, upl_flags);
732 upl, upl_offset - pg_offset, commit_size, (error << 24) | upl_flags, 0);
1609 int upl_flags;
1614 upl_flags = cluster_ioerror(upl, upl_offset - pg_offset, abort_size, error, io_flags, vp);
1617 upl, upl_offset - pg_offset, abort_size, (error << 24) | upl_flags, 0);
2101 int upl_flags;
2252 upl_flags = UPL_FILE_IO | UPL_COPYOUT_FROM | UPL_NO_SYNC |
2261 &upl_flags,
2492 int upl_flags;
2530 upl_flags = UPL_FILE_IO | UPL_COPYOUT_FROM | UPL_NO_SYNC |
2535 &upl_size, &upl[cur_upl], NULL, &pages_in_pl, &upl_flags, 0);
3998 int upl_flags;
4311 upl_flags = UPL_FILE_IO | UPL_NO_SYNC | UPL_SET_INTERNAL | UPL_SET_LITE | UPL_SET_IO_WIRE;
4314 upl_flags |= UPL_NOZEROFILL;
4316 upl_flags |= UPL_FORCE_DATA_SYNC;
4320 &upl_size, &upl, NULL, &pages_in_pl, &upl_flags);
4522 int upl_flags;
4576 upl_flags = UPL_FILE_IO | UPL_NO_SYNC | UPL_CLEAN_IN_PLACE | UPL_SET_INTERNAL | UPL_SET_LITE | UPL_SET_IO_WIRE;
4584 &upl_size, &upl[cur_upl], NULL, &pages_in_pl, &upl_flags, 0);
4730 int upl_flags;
4754 upl_flags = UPL_QUERY_OBJECT_TYPE;
4758 &upl_size, &upl, NULL, NULL, &upl_flags, 0)) != KERN_SUCCESS) {
4769 if (upl_flags & UPL_PHYS_CONTIG)
5319 int upl_flags;
5376 upl_flags = UPL_COPYOUT_FROM | UPL_RET_ONLY_DIRTY | UPL_SET_LITE | UPL_WILL_BE_DUMPED;
5378 upl_flags = UPL_COPYOUT_FROM | UPL_RET_ONLY_DIRTY | UPL_SET_LITE;
5385 upl_flags);
5580 int upl_flags;
5591 upl_flags = UPL_SET_LITE;
5599 upl_flags |= UPL_WILL_MODIFY;
5606 upl_flags |= UPL_FILE_IO;
5613 upl_flags);