/Linux-v4.19/fs/btrfs/ |
D | free-space-tree.c | 47 struct btrfs_block_group_cache *block_group, in add_new_free_space_info() 80 struct btrfs_block_group_cache *block_group, in search_free_space_info() 180 struct btrfs_block_group_cache *block_group, in convert_free_space_to_bitmaps() 319 struct btrfs_block_group_cache *block_group, in convert_free_space_to_extents() 452 struct btrfs_block_group_cache *block_group, in update_free_space_extent_count() 490 int free_space_test_bit(struct btrfs_block_group_cache *block_group, in free_space_test_bit() 512 static void free_space_set_bits(struct btrfs_block_group_cache *block_group, in free_space_set_bits() 580 struct btrfs_block_group_cache *block_group, in modify_free_space_bitmap() 693 struct btrfs_block_group_cache *block_group, in remove_free_space_extent() 779 struct btrfs_block_group_cache *block_group, in __remove_from_free_space_tree() [all …]
|
D | free-space-cache.c | 83 struct btrfs_block_group_cache in lookup_free_space_inode() 181 struct btrfs_block_group_cache *block_group, in create_free_space_inode() 215 struct btrfs_block_group_cache *block_group, in btrfs_truncate_free_space_cache() 807 struct btrfs_block_group_cache *block_group) in load_free_space_cache() 886 struct btrfs_block_group_cache *block_group, in write_cache_extent_entries() 1016 struct btrfs_block_group_cache *block_group, in write_pinned_extent_entries() 1116 struct btrfs_block_group_cache *block_group, in __btrfs_wait_cache_io() 1185 struct btrfs_block_group_cache *block_group, in btrfs_wait_cache_io() 1206 struct btrfs_block_group_cache *block_group, in __btrfs_write_out_cache() 1347 struct btrfs_block_group_cache *block_group, in btrfs_write_out_cache() [all …]
|
D | free-space-cache.h | 80 btrfs_add_free_space(struct btrfs_block_group_cache *block_group, in btrfs_add_free_space()
|
D | extent-tree.c | 128 struct btrfs_block_group_cache *block_group) in btrfs_add_block_group_cache() 315 static void fragment_free_space(struct btrfs_block_group_cache *block_group) in fragment_free_space() 340 u64 add_new_free_space(struct btrfs_block_group_cache *block_group, in add_new_free_space() 381 struct btrfs_block_group_cache *block_group = caching_ctl->block_group; in load_extent_tree_free() local 518 struct btrfs_block_group_cache *block_group; in caching_thread() local 3315 static int cache_save_setup(struct btrfs_block_group_cache *block_group, in cache_save_setup() 3808 struct btrfs_block_group_cache *block_group; in btrfs_extent_readonly() local 6260 struct btrfs_block_group_cache *block_group; in __exclude_logged_extent() local 6610 struct btrfs_block_group_cache *block_group, *tmp; in btrfs_finish_extent_commit() local 7168 btrfs_lock_cluster(struct btrfs_block_group_cache *block_group, in btrfs_lock_cluster() [all …]
|
D | relocation.c | 148 struct btrfs_block_group_cache *block_group; member 1542 struct btrfs_block_group_cache *block_group) in in_block_group() 3456 struct btrfs_block_group_cache *block_group, in delete_block_group_cache() 4189 struct btrfs_block_group_cache *block_group) in describe_relocation()
|
D | sysfs.c | 289 struct btrfs_block_group_cache *block_group; in raid_bytes_show() local
|
D | ctree.h | 506 struct btrfs_block_group_cache *block_group; member 535 struct btrfs_block_group_cache *block_group; member 1391 btrfs_should_fragment_free_space(struct btrfs_block_group_cache *block_group) in btrfs_should_fragment_free_space()
|
D | ioctl.c | 4442 struct btrfs_block_group_cache *block_group; in get_block_group_info() local
|
/Linux-v4.19/fs/ext4/ |
D | balloc.c | 75 ext4_group_t block_group) in ext4_block_in_group() 87 ext4_group_t block_group, in ext4_num_overhead_clusters() 160 ext4_group_t block_group) in num_clusters_in_group() 181 ext4_group_t block_group, in ext4_init_block_bitmap() 239 ext4_group_t block_group, in ext4_free_clusters_after_init() 265 ext4_group_t block_group, in ext4_get_group_desc() 304 ext4_group_t block_group, in ext4_valid_block_bitmap() 359 ext4_group_t block_group, in ext4_validate_block_bitmap() 407 ext4_read_block_bitmap_nowait(struct super_block *sb, ext4_group_t block_group) in ext4_read_block_bitmap_nowait() 497 int ext4_wait_block_bitmap(struct super_block *sb, ext4_group_t block_group, in ext4_wait_block_bitmap() [all …]
|
D | ialloc.c | 81 ext4_group_t block_group, in ext4_validate_inode_bitmap() 118 ext4_read_inode_bitmap(struct super_block *sb, ext4_group_t block_group) in ext4_read_inode_bitmap() 238 ext4_group_t block_group; in ext4_free_inode() local 1206 ext4_group_t block_group; in ext4_orphan_get() local
|
D | mballoc.c | 2757 ext4_group_t block_group, ext4_grpblk_t cluster, int count, in ext4_issue_discard() 4712 ext4_group_t block_group; in ext4_free_blocks() local 4960 ext4_group_t block_group; in ext4_group_add_blocks() local
|
D | super.c | 2294 static __le16 ext4_group_desc_csum(struct super_block *sb, __u32 block_group, in ext4_group_desc_csum() 2340 int ext4_group_desc_csum_verify(struct super_block *sb, __u32 block_group, in ext4_group_desc_csum_verify() 2350 void ext4_group_desc_csum_set(struct super_block *sb, __u32 block_group, in ext4_group_desc_csum_set()
|
D | ext4.h | 2073 ext4_group_t block_group; member 2805 ext4_group_t block_group) in ext4_flex_group()
|
/Linux-v4.19/fs/udf/ |
D | balloc.c | 55 unsigned int block_group) in __load_block_bitmap() 77 unsigned int block_group) in load_block_bitmap() 115 unsigned long block_group; in udf_bitmap_free_blocks() local 178 int bit, block, block_group, group_start; in udf_bitmap_prealloc_blocks() local 228 int block_group, group_start; in udf_bitmap_new_block() local
|
/Linux-v4.19/fs/ext2/ |
D | ialloc.c | 47 read_inode_bitmap(struct super_block * sb, unsigned long block_group) in read_inode_bitmap() 110 unsigned long block_group; in ext2_free_inode() local 168 unsigned long block_group; in ext2_preread_inode() local
|
D | balloc.c | 42 unsigned int block_group, in ext2_get_group_desc() 77 unsigned int block_group, in ext2_valid_block_bitmap() 126 read_block_bitmap(struct super_block *sb, unsigned int block_group) in read_block_bitmap() 483 unsigned long block_group; in ext2_free_blocks() local
|
D | inode.c | 1325 unsigned long block_group; in ext2_get_inode() local
|
D | ext2.h | 122 sb_bgl_lock(struct ext2_sb_info *sbi, unsigned int block_group) in sb_bgl_lock()
|
/Linux-v4.19/include/linux/ |
D | blockgroup_lock.h | 36 bgl_lock_ptr(struct blockgroup_lock *bgl, unsigned int block_group) in bgl_lock_ptr()
|
/Linux-v4.19/fs/nilfs2/ |
D | mdt.h | 112 nilfs_mdt_bgl_lock(struct inode *inode, unsigned int block_group) in nilfs_mdt_bgl_lock()
|
/Linux-v4.19/include/uapi/linux/ |
D | btrfs_tree.h | 561 __le64 block_group; member
|