Home
last modified time | relevance | path

Searched refs:inode_table (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/squashfs/
Dsquashfs_fs_sb.h58 u64 inode_table; member
Dsuper.c197 msblk->inode_table = le64_to_cpu(sblk->inode_table_start); in squashfs_fill_super()
214 TRACE("sblk->inode_table_start %llx\n", msblk->inode_table); in squashfs_fill_super()
330 if (msblk->inode_table >= msblk->directory_table) { in squashfs_fill_super()
Dfile.c257 msblk->inode_table; in fill_meta_index()
293 msblk->inode_table; in fill_meta_index()
Dinode.c104 u64 block = SQUASHFS_INODE_BLK(ino) + msblk->inode_table; in squashfs_read_inode()
124 block = SQUASHFS_INODE_BLK(ino) + msblk->inode_table; in squashfs_read_inode()
/kernel/linux/linux-5.10/fs/ext4/
Dresize.c138 ext4_fsblk_t itend = input->inode_table + sbi->s_itb_per_group; in verify_group_input()
183 else if (outside(input->inode_table, start, end) || in verify_group_input()
186 (unsigned long long)input->inode_table, itend - 1); in verify_group_input()
190 else if (inside(input->block_bitmap, input->inode_table, itend)) in verify_group_input()
194 (unsigned long long)input->inode_table, itend - 1); in verify_group_input()
195 else if (inside(input->inode_bitmap, input->inode_table, itend)) in verify_group_input()
199 (unsigned long long)input->inode_table, itend - 1); in verify_group_input()
208 else if (inside(input->inode_table, start, metaend) || in verify_group_input()
212 (unsigned long long)input->inode_table, in verify_group_input()
367 group_data[it_index].inode_table = start_blk; in ext4_alloc_group_tables()
[all …]
Dioctl.c1374 err |= get_user(input.inode_table, &uinput->inode_table); in ext4_compat_ioctl()
Dsuper.c2856 ext4_fsblk_t inode_table; in ext4_check_descriptors() local
2922 inode_table = ext4_inode_table(sb, gdp); in ext4_check_descriptors()
2923 if (inode_table == sb_block) { in ext4_check_descriptors()
2930 if (inode_table >= sb_block + 1 && in ext4_check_descriptors()
2931 inode_table <= last_bg_block) { in ext4_check_descriptors()
2938 if (inode_table < first_block || in ext4_check_descriptors()
2939 inode_table + sbi->s_itb_per_group - 1 > last_block) { in ext4_check_descriptors()
2942 "(block %llu)!", i, inode_table); in ext4_check_descriptors()
Dext4.h594 __u64 inode_table; /* Absolute block number of inode table start */ member
605 compat_u64 inode_table; member
617 __u64 inode_table; member