Searched refs:UPL_COMMIT_FREE_ON_EMPTY (Results 1 – 8 of 8) sorted by relevance
| /xnu-11215/bsd/vm/ |
| H A D | vnode_pager.c | 475 ubc_upl_commit_range(upl, offset, PAGE_SIZE, UPL_COMMIT_FREE_ON_EMPTY); in vnode_pageout() 529 ubc_upl_commit_range(upl, offset, PAGE_SIZE, UPL_COMMIT_FREE_ON_EMPTY); in vnode_pageout()
|
| /xnu-11215/osfmk/mach/ |
| H A D | memory_object_types.h | 659 #define UPL_COMMIT_FREE_ON_EMPTY 0x1 /* only implemented in wrappers */ macro
|
| /xnu-11215/bsd/miscfs/bindfs/ |
| H A D | bind_vnops.c | 583 … ubc_upl_commit_range(upl, ap->a_pl_offset, (upl_size_t)bytes_to_commit, UPL_COMMIT_FREE_ON_EMPTY); in bindfs_pagein()
|
| /xnu-11215/bsd/kern/ |
| H A D | decmpfs.c | 1617 … kr = commit_upl(pl, pl_offset, (size_t)rounded_uplSize, UPL_COMMIT_FREE_ON_EMPTY, 0 /* commit */); 1907 kr = commit_upl(upl, 0, curUplSize, UPL_COMMIT_FREE_ON_EMPTY | UPL_COMMIT_INACTIVATE, 0);
|
| H A D | ubc_subr.c | 2848 if (flags & UPL_COMMIT_FREE_ON_EMPTY) { in ubc_upl_commit_range() 2861 if ((flags & UPL_COMMIT_FREE_ON_EMPTY) && empty) { in ubc_upl_commit_range()
|
| /xnu-11215/bsd/vfs/ |
| H A D | vfs_cluster.c | 879 ubc_upl_commit_range(upl, upl_offset, abort_size, UPL_COMMIT_FREE_ON_EMPTY); in cluster_ioerror() 1165 upl_flags = UPL_COMMIT_FREE_ON_EMPTY; in cluster_iodone_finish() 2076 UPL_COMMIT_CLEAR_DIRTY | UPL_COMMIT_FREE_ON_EMPTY); in cluster_io() 4243 UPL_COMMIT_SET_DIRTY | UPL_COMMIT_INACTIVATE | UPL_COMMIT_FREE_ON_EMPTY); in cluster_write_copy() 4897 int commit_flags = UPL_COMMIT_CLEAR_DIRTY | UPL_COMMIT_FREE_ON_EMPTY; in cluster_read_copy()
|
| H A D | vfs_bio.c | 2839 UPL_COMMIT_INACTIVATE | UPL_COMMIT_FREE_ON_EMPTY); in buf_brelse()
|
| /xnu-11215/bsd/miscfs/nullfs/ |
| H A D | null_vnops.c | 1088 … ubc_upl_commit_range(upl, ap->a_pl_offset, (upl_size_t)bytes_to_commit, UPL_COMMIT_FREE_ON_EMPTY); in nullfs_pagein()
|