Home
last modified time | relevance | path

Searched refs:bucket_blocks (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/f2fs/
H A Ddir.c32 static unsigned int bucket_blocks(unsigned int level) in bucket_blocks() function
186 bidx += dir_buckets(i, dir_level) * bucket_blocks(i); in dir_block_index()
187 bidx += idx * bucket_blocks(level); in dir_block_index()
309 nblock = bucket_blocks(level); in find_in_level()
685 nblock = bucket_blocks(level); in f2fs_add_regular_entry()
/kernel/linux/linux-6.6/fs/f2fs/
H A Ddir.c37 static unsigned int bucket_blocks(unsigned int level) in bucket_blocks() function
160 bidx += dir_buckets(i, dir_level) * bucket_blocks(i); in dir_block_index()
161 bidx += idx * bucket_blocks(level); in dir_block_index()
315 nblock = bucket_blocks(level); in find_in_level()
713 nblock = bucket_blocks(level); in f2fs_add_regular_entry()

Completed in 3 milliseconds