Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ext4/
H A 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 …]
H A Dioctl.c1379 err |= get_user(input.inode_table, &uinput->inode_table); in ext4_compat_ioctl()
H A Dsuper.c2887 ext4_fsblk_t inode_table; in ext4_check_descriptors() local
2953 inode_table = ext4_inode_table(sb, gdp); in ext4_check_descriptors()
2954 if (inode_table == sb_block) { in ext4_check_descriptors()
2961 if (inode_table >= sb_block + 1 && in ext4_check_descriptors()
2962 inode_table <= last_bg_block) { in ext4_check_descriptors()
2969 if (inode_table < first_block || in ext4_check_descriptors()
2970 inode_table + sbi->s_itb_per_group - 1 > last_block) { in ext4_check_descriptors()
2973 "(block %llu)!", i, inode_table); in ext4_check_descriptors()
H A Dext4.h594 __u64 inode_table; /* Absolute block number of inode table start */ member
605 compat_u64 inode_table; member
617 __u64 inode_table; member
/OK3568_Linux_fs/kernel/fs/squashfs/
H A Dsuper.c165 msblk->inode_table = le64_to_cpu(sblk->inode_table_start); in squashfs_fill_super()
182 TRACE("sblk->inode_table_start %llx\n", msblk->inode_table); in squashfs_fill_super()
298 if (msblk->inode_table >= msblk->directory_table) { in squashfs_fill_super()
H A Dsquashfs_fs_sb.h58 u64 inode_table; member
H A Dfile.c257 msblk->inode_table; in fill_meta_index()
293 msblk->inode_table; in fill_meta_index()
H A 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()