Searched refs:UPL_ABORT_FREE_ON_EMPTY (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/bsd/vm/
H A Dvnode_pager.c274 ubc_upl_abort_range(upl, upl_offset, size, UPL_ABORT_FREE_ON_EMPTY);
363 ubc_upl_abort_range(upl, offset, PAGE_SIZE, UPL_ABORT_FREE_ON_EMPTY);
392 ubc_upl_abort_range(upl, upl_offset, isize, UPL_ABORT_FREE_ON_EMPTY);
442 ubc_upl_abort_range(upl, offset, PAGE_SIZE, UPL_ABORT_FREE_ON_EMPTY);
523 ubc_upl_abort_range(upl, upl_offset, size, UPL_ABORT_FREE_ON_EMPTY | UPL_ABORT_ERROR);
593 ubc_upl_abort_range(upl, upl_offset, size, UPL_ABORT_FREE_ON_EMPTY);
625 ubc_upl_abort_range(upl, start_pg * PAGE_SIZE, xsize, UPL_ABORT_FREE_ON_EMPTY);
674 ubc_upl_abort_range(upl, (upl_offset_t) xoff, xsize, UPL_ABORT_FREE_ON_EMPTY | UPL_ABORT_RESTART);
678 ubc_upl_abort_range(upl, (upl_offset_t) xoff, xsize, UPL_ABORT_FREE_ON_EMPTY | UPL_ABORT_ERROR);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_support.c741 ubc_upl_abort_range(ap->a_pl, ap->a_pl_offset, ap->a_size, UPL_ABORT_FREE_ON_EMPTY | UPL_ABORT_ERROR);
749 ubc_upl_abort_range(ap->a_pl, ap->a_pl_offset, ap->a_size, UPL_ABORT_FREE_ON_EMPTY | UPL_ABORT_ERROR);
768 ubc_upl_abort_range(ap->a_pl, ap->a_pl_offset, ap->a_size, UPL_ABORT_FREE_ON_EMPTY | UPL_ABORT_ERROR);
776 ubc_upl_abort_range(ap->a_pl, ap->a_pl_offset, ap->a_size, UPL_ABORT_FREE_ON_EMPTY | UPL_ABORT_ERROR);
H A Dvfs_cluster.c570 upl_abort_code = UPL_ABORT_FREE_ON_EMPTY;
575 upl_abort_code = UPL_ABORT_FREE_ON_EMPTY;
577 upl_abort_code = UPL_ABORT_FREE_ON_EMPTY | UPL_ABORT_ERROR;
579 upl_abort_code = UPL_ABORT_FREE_ON_EMPTY | UPL_ABORT_DUMP_PAGES;
1838 ubc_upl_abort_range(upl, upl_offset, size, UPL_ABORT_FREE_ON_EMPTY);
1850 ubc_upl_abort_range(upl, upl_offset, size, UPL_ABORT_FREE_ON_EMPTY);
1865 UPL_ABORT_FREE_ON_EMPTY);
1915 ubc_upl_abort_range(upl, upl_offset, size, UPL_ABORT_FREE_ON_EMPTY | UPL_ABORT_ERROR);
1929 size - rounded_size, UPL_ABORT_FREE_ON_EMPTY | UPL_ABORT_ERROR);
2979 ubc_upl_abort_range(upl, 0, PAGE_SIZE, UPL_ABORT_DUMP_PAGES|UPL_ABORT_FREE_ON_EMPTY);
[all...]
/darwin-on-arm/xnu/osfmk/mach/
H A Dmemory_object_types.h481 #define UPL_ABORT_FREE_ON_EMPTY 0x8 /* only implemented in wrappers */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Dubc_subr.c785 ubc_upl_abort_range(upl, 0, PAGE_SIZE, UPL_ABORT_FREE_ON_EMPTY);
2226 * check that this is the case, the UPL_ABORT_FREE_ON_EMPTY flag
2233 * o UPL_ABORT_FREE_ON_EMPTY Free the upl when it is both
2261 if (abort_flags & UPL_ABORT_FREE_ON_EMPTY)
2266 if((abort_flags & UPL_ABORT_FREE_ON_EMPTY) && empty)
2290 * check that this is the case, the UPL_ABORT_FREE_ON_EMPTY flag
2297 * o UPL_ABORT_FREE_ON_EMPTY Free the upl when it is both
H A Ddecmpfs.c1363 kr = commit_upl(upl, 0, curUplSize, UPL_ABORT_FREE_ON_EMPTY, 1);
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vnops.c6691 UPL_ABORT_ERROR | UPL_ABORT_FREE_ON_EMPTY);
6707 UPL_ABORT_ERROR | UPL_ABORT_FREE_ON_EMPTY);
6814 UPL_ABORT_FREE_ON_EMPTY);
7004 ubc_upl_abort(pl, UPL_ABORT_DUMP_PAGES|UPL_ABORT_FREE_ON_EMPTY);
7123 UPL_ABORT_FREE_ON_EMPTY);
7133 UPL_ABORT_FREE_ON_EMPTY);
7150 UPL_ABORT_FREE_ON_EMPTY);
7362 abortflags = UPL_ABORT_DUMP_PAGES|UPL_ABORT_FREE_ON_EMPTY;
7365 abortflags = UPL_ABORT_DUMP_PAGES|UPL_ABORT_FREE_ON_EMPTY;
7373 abortflags = UPL_ABORT_FREE_ON_EMPTY;
[all...]
H A Dnfs_bio.c1034 UPL_ABORT_FREE_ON_EMPTY);
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_readwrite.c3799 ubc_upl_abort_range(upl, 0, isize, UPL_ABORT_FREE_ON_EMPTY);
3892 ubc_upl_abort_range(upl, (upl_offset_t) offset, xsize, UPL_ABORT_FREE_ON_EMPTY | UPL_ABORT_RESTART);
3917 ubc_upl_abort_range(upl, (upl_offset_t) offset, isize, UPL_ABORT_FREE_ON_EMPTY);
4113 ubc_upl_abort_range(upl, 0, isize, UPL_ABORT_FREE_ON_EMPTY);
4184 UPL_ABORT_FREE_ON_EMPTY);
4228 UPL_ABORT_FREE_ON_EMPTY);

Completed in 70 milliseconds