Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dext4_extents.h78 struct ext4_extent_header { struct
90 (sizeof(struct ext4_extent_header) + \ argument
94 find_ext4_extent_tail(struct ext4_extent_header *eh) in find_ext4_extent_tail()
111 struct ext4_extent_header *p_hdr;
155 sizeof(struct ext4_extent_header)))
158 sizeof(struct ext4_extent_header)))
175 static inline struct ext4_extent_header *ext_inode_hdr(struct inode *inode) in ext_inode_hdr()
177 return (struct ext4_extent_header *) EXT4_I(inode)->i_data; in ext_inode_hdr()
180 static inline struct ext4_extent_header *ext_block_hdr(struct buffer_head *bh) in ext_block_hdr()
182 return (struct ext4_extent_header *) bh->b_data; in ext_block_hdr()
H A Dextents.c49 struct ext4_extent_header *eh) in ext4_extent_block_csum()
60 struct ext4_extent_header *eh) in ext4_extent_block_csum_verify()
74 struct ext4_extent_header *eh) in ext4_extent_block_csum_set()
281 size = (inode->i_sb->s_blocksize - sizeof(struct ext4_extent_header)) in ext4_ext_space_block()
294 size = (inode->i_sb->s_blocksize - sizeof(struct ext4_extent_header)) in ext4_ext_space_block_idx()
308 size -= sizeof(struct ext4_extent_header); in ext4_ext_space_root()
322 size -= sizeof(struct ext4_extent_header); in ext4_ext_space_root_idx()
389 struct ext4_extent_header *eh, in ext4_valid_extent_entries()
456 struct inode *inode, struct ext4_extent_header *eh, in __ext4_ext_check()
525 struct ext4_extent_header *eh) in ext4_cache_extents()
[all …]
H A Dextents-test.c218 struct ext4_extent_header *eh = NULL; in extents_kunit_init()
278 eh = (struct ext4_extent_header *)k_ctx.k_ei->i_data; in extents_kunit_init()
H A Dfast_commit.c1567 struct ext4_extent_header *eh; in ext4_fc_replay_inode()
1599 eh = (struct ext4_extent_header *)(&raw_inode->i_block[0]); in ext4_fc_replay_inode()
1605 sizeof(struct ext4_extent_header)) in ext4_fc_replay_inode()
/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``,