Lines Matching +full:default +full:- +full:trim
1 // SPDX-License-Identifier: GPL-2.0
31 pr_debug("[%s/%d] EXT4-fs (%s): (%s, %d): %s: " fmt, \
32 current->comm, task_pid_nr(current), sb->s_id, \
72 * default group prealloc size 512 blocks
89 * The maximum order upto which CR_BEST_AVAIL_LEN can trim a particular
90 * allocation request. Example, if we have an order 7 request and max trim order
91 * of 3, we can trim this request upto order 4.
98 #define MB_NUM_ORDERS(sb) ((sb)->s_blocksize_bits + 2)
161 * order value.ie, fls(pa_free)-1;
231 return ext4_group_first_block_no(sb, fex->fe_group) + in ext4_grp_offs_to_block()
232 (fex->fe_start << EXT4_SB(sb)->s_cluster_bits); in ext4_grp_offs_to_block()
239 return (loff_t)fex->fe_logical + EXT4_C2B(sbi, fex->fe_len); in extent_logical_end()
246 return (loff_t)pa->pa_lstart + EXT4_C2B(sbi, pa->pa_len); in pa_logical_end()