Home
last modified time | relevance | path

Searched refs:ext4fs_bg_get_free_blocks (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/fs/ext4/
H A Dext4_common.h87 uint32_t ext4fs_bg_get_free_blocks(const struct ext2_block_group *bg,
H A Dext4_common.c123 uint32_t ext4fs_bg_get_free_blocks(const struct ext2_block_group *bg, in ext4fs_bg_get_free_blocks() function
977 if (ext4fs_bg_get_free_blocks(bgd, fs)) { in ext4fs_get_new_blk_no()
1035 if (ext4fs_bg_get_free_blocks(bgd, fs) == 0) { in ext4fs_get_new_blk_no()
H A Dext4_write.c672 ext4fs_bg_get_free_blocks(bgd, fs); in ext4fs_init()