Lines Matching defs:bytes
232 * struct inode_switch_wbs_context fit into 1024 bytes kmalloc.
768 * count from the majority voting, it also counts the bytes written for the
870 * @bytes: number of bytes being written out
872 * @bytes from @page are about to written out during the writeback
877 size_t bytes)
901 wbc->wb_bytes += bytes;
906 wbc->wb_lcand_bytes += bytes;
912 wbc->wb_tcand_bytes += bytes;
914 wbc->wb_tcand_bytes -= min(bytes, wbc->wb_tcand_bytes);