Home
last modified time | relevance | path

Searched refs:ext4_extent_header (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/fs/ext4/
H A Dext4_extents.h85 struct ext4_extent_header { struct
97 (sizeof(struct ext4_extent_header) + \ argument
101 find_ext4_extent_tail(struct ext4_extent_header *eh) in find_ext4_extent_tail()
118 struct ext4_extent_header *p_hdr;
162 sizeof(struct ext4_extent_header)))
165 sizeof(struct ext4_extent_header)))
182 static inline struct ext4_extent_header *ext_inode_hdr(struct inode *inode) in ext_inode_hdr()
184 return (struct ext4_extent_header *) EXT4_I(inode)->i_data; in ext_inode_hdr()
187 static inline struct ext4_extent_header *ext_block_hdr(struct buffer_head *bh) in ext_block_hdr()
189 return (struct ext4_extent_header *) bh->b_data; in ext_block_hdr()
H A Dmigrate.c358 struct ext4_extent_header *eh; in free_ext_idx()
365 eh = (struct ext4_extent_header *)bh->b_data; in free_ext_idx()
393 struct ext4_extent_header *eh = (struct ext4_extent_header *)ei->i_data; in free_ext_block()
598 struct ext4_extent_header *eh; in ext4_ind_migrate()
H A Dextents.c50 struct ext4_extent_header *eh) in ext4_extent_block_csum()
62 struct ext4_extent_header *eh) in ext4_extent_block_csum_verify()
76 struct ext4_extent_header *eh) in ext4_extent_block_csum_set()
276 size = (inode->i_sb->s_blocksize - sizeof(struct ext4_extent_header)) in ext4_ext_space_block()
289 size = (inode->i_sb->s_blocksize - sizeof(struct ext4_extent_header)) in ext4_ext_space_block_idx()
303 size -= sizeof(struct ext4_extent_header); in ext4_ext_space_root()
317 size -= sizeof(struct ext4_extent_header); in ext4_ext_space_root_idx()
388 struct ext4_extent_header *eh, in ext4_valid_extent_entries()
455 struct inode *inode, struct ext4_extent_header *eh, in __ext4_ext_check()
524 struct ext4_extent_header *eh) in ext4_cache_extents()
[all …]
H A Dfast_commit.c1555 struct ext4_extent_header *eh; in ext4_fc_replay_inode()
1587 eh = (struct ext4_extent_header *)(&raw_inode->i_block[0]); in ext4_fc_replay_inode()
1593 sizeof(struct ext4_extent_header)) in ext4_fc_replay_inode()
/openbmc/u-boot/include/
H A Dext4fs.h74 struct ext4_extent_header { struct
/openbmc/linux/Documentation/filesystems/ext4/
H A Difork.rst57 ``struct ext4_extent_header``. If the node is an interior node
67 The extent tree header is recorded in ``struct ext4_extent_header``,
/openbmc/u-boot/fs/ext4/
H A Dext4_common.c1524 static struct ext4_extent_header *ext4fs_get_extent_block in ext4fs_get_extent_block()
1526 struct ext4_extent_header *ext_block, in ext4fs_get_extent_block()
1557 ext_block = (struct ext4_extent_header *)buf; in ext4fs_get_extent_block()
1636 struct ext4_extent_header *ext_block; in read_allocated_block()
1641 (struct ext4_extent_header *) in read_allocated_block()
H A Dext4_write.c470 struct ext4_extent_header *eh = in ext4fs_delete_file()
471 (struct ext4_extent_header *) in ext4fs_delete_file()
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch278 -struct ext4_extent_header {
323 - struct ext4_extent_header i_extent_hdr;