Home
last modified time | relevance | path

Searched refs:neh (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/ext4/
H A Dextents.c1063 struct ext4_extent_header *neh; in ext4_ext_split() local
1141 neh = ext_block_hdr(bh); in ext4_ext_split()
1142 neh->eh_entries = 0; in ext4_ext_split()
1143 neh->eh_max = cpu_to_le16(ext4_ext_space_block(inode, 0)); in ext4_ext_split()
1144 neh->eh_magic = EXT4_EXT_MAGIC; in ext4_ext_split()
1145 neh->eh_depth = 0; in ext4_ext_split()
1146 neh->eh_generation = 0; in ext4_ext_split()
1162 ex = EXT_FIRST_EXTENT(neh); in ext4_ext_split()
1164 le16_add_cpu(&neh->eh_entries, m); in ext4_ext_split()
1169 sizeof(struct ext4_extent) * le16_to_cpu(neh in ext4_ext_split()
1316 struct ext4_extent_header *neh; ext4_ext_grow_indepth() local
[all...]
/kernel/linux/linux-6.6/fs/ext4/
H A Dextents.c1059 struct ext4_extent_header *neh; in ext4_ext_split() local
1138 neh = ext_block_hdr(bh); in ext4_ext_split()
1139 neh->eh_entries = 0; in ext4_ext_split()
1140 neh->eh_max = cpu_to_le16(ext4_ext_space_block(inode, 0)); in ext4_ext_split()
1141 neh->eh_magic = EXT4_EXT_MAGIC; in ext4_ext_split()
1142 neh->eh_depth = 0; in ext4_ext_split()
1143 neh->eh_generation = 0; in ext4_ext_split()
1159 ex = EXT_FIRST_EXTENT(neh); in ext4_ext_split()
1161 le16_add_cpu(&neh->eh_entries, m); in ext4_ext_split()
1166 sizeof(struct ext4_extent) * le16_to_cpu(neh in ext4_ext_split()
1314 struct ext4_extent_header *neh; ext4_ext_grow_indepth() local
[all...]

Completed in 8 milliseconds