Searched refs:drop_iocount (Results 1 – 2 of 2) sorted by relevance
| /xnu-11417.140.69/osfmk/vm/ |
| H A D | vm_compressor_backing_store.c | 1746 boolean_t drop_iocount = FALSE; in vm_swap_put() local 1865 drop_iocount = TRUE; in vm_swap_put() 1869 return vm_swap_put_finish(swf, f_offset, error, drop_iocount); in vm_swap_put() 1876 vm_swap_put_finish(struct swapfile *swf, uint64_t *f_offset, int error, boolean_t drop_iocount) in vm_swap_put_finish() argument 1878 if (drop_iocount) { in vm_swap_put_finish()
|
| /xnu-11417.140.69/bsd/vfs/ |
| H A D | vfs_xattr.c | 1557 static void close_xattrfile(struct fileglob *xfg, bool have_iocount, bool drop_iocount, vfs_contex… 3367 close_xattrfile(struct fileglob *xfg, bool have_iocount, bool drop_iocount, in close_xattrfile() argument 3392 if (drop_iocount) { in close_xattrfile()
|