Home
last modified time | relevance | path

Searched refs:UPL_COMMIT_FREE_ON_EMPTY (Results 1 – 8 of 8) sorted by relevance

/xnu-11215/bsd/vm/
H A Dvnode_pager.c475 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 Dmemory_object_types.h659 #define UPL_COMMIT_FREE_ON_EMPTY 0x1 /* only implemented in wrappers */ macro
/xnu-11215/bsd/miscfs/bindfs/
H A Dbind_vnops.c583 … 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 Ddecmpfs.c1617 … 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 Dubc_subr.c2848 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 Dvfs_cluster.c879 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 Dvfs_bio.c2839 UPL_COMMIT_INACTIVATE | UPL_COMMIT_FREE_ON_EMPTY); in buf_brelse()
/xnu-11215/bsd/miscfs/nullfs/
H A Dnull_vnops.c1088 … ubc_upl_commit_range(upl, ap->a_pl_offset, (upl_size_t)bytes_to_commit, UPL_COMMIT_FREE_ON_EMPTY); in nullfs_pagein()