Searched refs:ext4fs_bg_get_inode_id (Results 1 - 3 of 3) sorted by relevance

/u-boot/fs/ext4/
H A Dext4_common.h83 uint64_t ext4fs_bg_get_inode_id(const struct ext2_block_group *bg,
H A Dext4_write.c93 uint64_t i_bitmap_blk = ext4fs_bg_get_inode_id(bgd, fs);
571 status = ext4fs_devread(ext4fs_bg_get_inode_id(bgd, fs) *
575 if (ext4fs_log_journal(journal_buffer, ext4fs_bg_get_inode_id(bgd, fs)))
666 status = ext4fs_devread(ext4fs_bg_get_inode_id(bgd, fs) *
H A Dext4_common.c165 uint64_t ext4fs_bg_get_inode_id(const struct ext2_block_group *bg, function
1114 ext4fs_bg_get_inode_id(bgd, fs);
1159 uint64_t i_bitmap_blk = ext4fs_bg_get_inode_id(bgd, fs);

Completed in 48 milliseconds