Lines Matching refs:number
120 active_logs=%u Support configuring the number of active logs. In the
122 Default number is 6.
197 reclaim_segments This parameter controls the number of prefree
198 segments to be reclaimed. If the number of prefree
199 segments is larger than the number of segments
205 max_small_discards This parameter controls the number of discard
211 trim_sections This parameter controls the number of sections
222 in-place-updates. The number indicates percentage
228 The number indicates the number of dirty pages
230 the number is less than this value, it triggers
233 max_victim_search This parameter controls the number of trials to
240 number of files, it can reduce the file lookup
277 -s [int] : Set the number of segments per section.
279 -z [int] : Set the number of sections per zone.
301 It shows on-disk inode information reconized by a given inode number, and is
323 F2FS divides the whole volume into a number of segments, each of which is fixed
443 - ino inode number
473 a hash table with dedicated number of hash buckets as shown below. Note that
492 The number of blocks and buckets are determined by,
506 dentry consisting of the file name and its inode number. If not found, F2FS
512 bucket number to scan in level #n = (hash value) % (# of buckets in level #n)
570 In the greedy algorithm, F2FS selects a victim segment having the smallest number
572 according to the segment age and the number of valid blocks in order to address