• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/bsd/vfs/

Lines Matching refs:upl_flags

485         int	upl_flags = 0;
610 upl_flags = cluster_ioerror(upl, upl_offset - pg_offset, commit_size, error, b_flags);
612 upl_flags = UPL_COMMIT_FREE_ON_EMPTY;
615 upl_flags |= UPL_COMMIT_SET_DIRTY;
618 upl_flags |= UPL_COMMIT_INACTIVATE;
620 ubc_upl_commit_range(upl, upl_offset - pg_offset, commit_size, upl_flags);
633 (int)upl, upl_offset - pg_offset, commit_size, (error << 24) | upl_flags, 0);
1446 int upl_flags;
1451 upl_flags = cluster_ioerror(upl, upl_offset - pg_offset, abort_size, error, io_flags);
1454 (int)upl, upl_offset - pg_offset, abort_size, (error << 24) | upl_flags, 0);
1908 int upl_flags;
2001 upl_flags = UPL_FILE_IO | UPL_COPYOUT_FROM | UPL_NO_SYNC |
2010 &upl_flags,
2208 int upl_flags;
2244 upl_flags = UPL_FILE_IO | UPL_COPYOUT_FROM | UPL_NO_SYNC |
2249 &upl_size, &upl[cur_upl], NULL, &pages_in_pl, &upl_flags, 0);
3592 int upl_flags;
3796 upl_flags = UPL_FILE_IO | UPL_NO_SYNC | UPL_SET_INTERNAL | UPL_SET_LITE | UPL_SET_IO_WIRE;
3799 upl_flags |= UPL_NOZEROFILL;
3801 upl_flags |= UPL_FORCE_DATA_SYNC;
3805 &upl_size, &upl, NULL, &pages_in_pl, &upl_flags);
3973 int upl_flags;
4022 upl_flags = UPL_FILE_IO | UPL_NO_SYNC | UPL_CLEAN_IN_PLACE | UPL_SET_INTERNAL | UPL_SET_LITE | UPL_SET_IO_WIRE;
4030 &upl_size, &upl[cur_upl], NULL, &pages_in_pl, &upl_flags, 0);
4197 int upl_flags;
4221 upl_flags = UPL_QUERY_OBJECT_TYPE;
4225 &upl_size, &upl, NULL, NULL, &upl_flags, 0)) != KERN_SUCCESS) {
4236 if (upl_flags & UPL_PHYS_CONTIG)
4714 int upl_flags;
4771 upl_flags = UPL_COPYOUT_FROM | UPL_RET_ONLY_DIRTY | UPL_SET_LITE | UPL_WILL_BE_DUMPED;
4773 upl_flags = UPL_COPYOUT_FROM | UPL_RET_ONLY_DIRTY | UPL_SET_LITE;
4780 upl_flags);
4976 int upl_flags;
4984 upl_flags = UPL_SET_LITE;
4992 upl_flags |= UPL_WILL_MODIFY;
4999 upl_flags |= UPL_FILE_IO;
5006 upl_flags);