Searched refs:bgd (Results 1 – 2 of 2) sorted by relevance
| /fs/ext4/ |
| A D | ext4_write.c | 73 struct ext2_block_group *bgd = NULL; in ext4fs_update() local 139 struct ext2_block_group *bgd = NULL; in delete_single_indirect_block() local 166 ext4fs_bg_free_blocks_inc(bgd, fs); in delete_single_indirect_block() 196 struct ext2_block_group *bgd = NULL; in delete_double_indirect_block() local 235 ext4fs_bg_get_block_id(bgd, fs); in delete_double_indirect_block() 261 ext4fs_bg_free_blocks_inc(bgd, fs); in delete_double_indirect_block() 295 struct ext2_block_group *bgd = NULL; in delete_triple_indirect_block() local 565 ext4fs_bg_free_inodes_inc(bgd, fs); in ext4fs_delete_file() 642 struct ext2_block_group *bgd = in ext4fs_init() local 662 struct ext2_block_group *bgd = in ext4fs_init() local [all …]
|
| A D | ext4_common.c | 978 struct ext2_block_group *bgd = NULL; in ext4fs_get_new_blk_no() local 983 ext4fs_bg_get_block_id(bgd, fs); in ext4fs_get_new_blk_no() 1036 struct ext2_block_group *bgd = NULL; in ext4fs_get_new_blk_no() local 1053 ext4fs_bg_set_flags(bgd, bg_flags); in ext4fs_get_new_blk_no() 1075 ext4fs_bg_free_blocks_dec(bgd, fs); in ext4fs_get_new_blk_no() 1115 ext4fs_bg_get_inode_id(bgd, fs); in ext4fs_get_new_inode_no() 1157 struct ext2_block_group *bgd = in ext4fs_get_new_inode_no() local 1166 ext4fs_bg_set_flags(bgd, bg_flags); in ext4fs_get_new_inode_no() 1186 le32_to_cpu(bgd->inode_id))) in ext4fs_get_new_inode_no() 1190 ext4fs_bg_free_inodes_dec(bgd, fs); in ext4fs_get_new_inode_no() [all …]
|
Completed in 11 milliseconds