Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/ext4/
H A Dext4_common.h81 uint64_t ext4fs_bg_get_inode_id(const struct ext2_block_group *bg,
H A Dext4_write.c90 uint64_t i_bitmap_blk = ext4fs_bg_get_inode_id(bgd, fs); in ext4fs_update()
559 status = ext4fs_devread(ext4fs_bg_get_inode_id(bgd, fs) * in ext4fs_delete_file()
563 if (ext4fs_log_journal(journal_buffer, ext4fs_bg_get_inode_id(bgd, fs))) in ext4fs_delete_file()
654 status = ext4fs_devread(ext4fs_bg_get_inode_id(bgd, fs) * in ext4fs_init()
H A Dext4_common.c164 uint64_t ext4fs_bg_get_inode_id(const struct ext2_block_group *bg, in ext4fs_bg_get_inode_id() function
1112 ext4fs_bg_get_inode_id(bgd, fs); in ext4fs_get_new_inode_no()
1157 uint64_t i_bitmap_blk = ext4fs_bg_get_inode_id(bgd, fs); in ext4fs_get_new_inode_no()