Home
last modified time | relevance | path

Searched refs:unit (Results 1 – 7 of 7) sorted by relevance

/fs/btrfs/
A Dfree-space-cache.c918 u64 bytes = ctl->unit; in copy_free_space_cache()
1809 ctl->unit > offset) in tree_search_offset()
2005 *bytes = (u64)(max_bits) * ctl->unit; in search_bitmap()
2171 search_bytes = ctl->unit; in remove_from_bitmap()
2217 search_bytes = ctl->unit; in remove_from_bitmap()
2518 bytes = (j - i) * ctl->unit; in steal_from_bitmap_to_end()
2568 bytes = (i + 1) * ctl->unit; in steal_from_bitmap_to_front()
2570 bytes = (i - prev_j) * ctl->unit; in steal_from_bitmap_to_front()
2956 ctl->unit = fs_info->sectorsize; in btrfs_init_free_space_ctl()
3404 total_found * ctl->unit, 1); in btrfs_bitmap_cluster()
[all …]
A Dfree-space-cache.h84 int unit; member
/fs/bcachefs/
A DKconfig72 bool "bcachefs unit and performance tests"
75 Include some unit and performance tests for the core btree code
115 tristate "mean_and_variance unit tests" if !KUNIT_ALL_TESTS
/fs/erofs/
A Ddata.c90 unsigned int unit, blksz = sb->s_blocksize; in erofs_map_blocks() local
125 unit = sizeof(*idx); /* chunk index */ in erofs_map_blocks()
127 unit = EROFS_BLOCK_MAP_ENTRY_SIZE; /* block map */ in erofs_map_blocks()
131 vi->xattr_isize, unit) + unit * chunknr; in erofs_map_blocks()
/fs/ext4/
A DKconfig116 For more information on KUnit and unit tests in general please refer
/fs/fat/
A DKconfig128 For more information on KUnit and unit tests in general, please refer
/fs/proc/
A Dbase.c608 const char *unit; member
665 if (lnames[i].unit) in proc_pid_limits()
666 seq_printf(m, "%-10s\n", lnames[i].unit); in proc_pid_limits()

Completed in 23 milliseconds