Home
last modified time | relevance | path

Searched refs:drop_iocount (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/osfmk/vm/
H A Dvm_compressor_backing_store.c1750 boolean_t drop_iocount = FALSE; in vm_swap_put() local
1869 drop_iocount = TRUE; in vm_swap_put()
1873 return vm_swap_put_finish(swf, f_offset, error, drop_iocount); in vm_swap_put()
1880 vm_swap_put_finish(struct swapfile *swf, uint64_t *f_offset, int error, boolean_t drop_iocount) in vm_swap_put_finish() argument
1882 if (drop_iocount) { in vm_swap_put_finish()
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_xattr.c1538 static void close_xattrfile(struct fileglob *xfg, bool have_iocount, bool drop_iocount, vfs_context…
2365 close_xattrfile(struct fileglob *xfg, bool have_iocount, bool drop_iocount, in close_xattrfile() argument
2390 if (drop_iocount) { in close_xattrfile()