Searched refs:inode_table (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/ext4/ |
| H A D | resize.c | 128 ext4_fsblk_t itend = input->inode_table + sbi->s_itb_per_group; in verify_group_input() 174 else if (outside(input->inode_table, start, end) || in verify_group_input() 177 (unsigned long long)input->inode_table, itend - 1); in verify_group_input() 181 else if (inside(input->block_bitmap, input->inode_table, itend)) in verify_group_input() 185 (unsigned long long)input->inode_table, itend - 1); in verify_group_input() 186 else if (inside(input->inode_bitmap, input->inode_table, itend)) in verify_group_input() 190 (unsigned long long)input->inode_table, itend - 1); in verify_group_input() 199 else if (inside(input->inode_table, start, metaend) || in verify_group_input() 203 (unsigned long long)input->inode_table, in verify_group_input() 377 group_data[it_index].inode_table = start_blk; in ext4_alloc_group_tables() [all …]
|
| H A D | super.c | 3291 ext4_fsblk_t inode_table; in ext4_check_descriptors() local 3357 inode_table = ext4_inode_table(sb, gdp); in ext4_check_descriptors() 3358 if (inode_table == sb_block) { in ext4_check_descriptors() 3365 if (inode_table >= sb_block + 1 && in ext4_check_descriptors() 3366 inode_table <= last_bg_block) { in ext4_check_descriptors() 3373 if (inode_table < first_block || in ext4_check_descriptors() 3374 inode_table + sbi->s_itb_per_group - 1 > last_block) { in ext4_check_descriptors() 3377 "(block %llu)!", i, inode_table); in ext4_check_descriptors()
|
| /linux/fs/squashfs/ |
| H A D | squashfs_fs_sb.h | 59 u64 inode_table; member
|
| H A D | super.c | 292 msblk->inode_table = le64_to_cpu(sblk->inode_table_start); in squashfs_fill_super() 309 TRACE("sblk->inode_table_start %llx\n", msblk->inode_table); in squashfs_fill_super() 441 if (msblk->inode_table >= msblk->directory_table) { in squashfs_fill_super()
|
| H A D | inode.c | 111 u64 block = SQUASHFS_INODE_BLK(ino) + msblk->inode_table; in squashfs_read_inode() 131 block = SQUASHFS_INODE_BLK(ino) + msblk->inode_table; in squashfs_read_inode()
|
| H A D | file.c | 259 msblk->inode_table; in fill_meta_index() 295 msblk->inode_table; in fill_meta_index()
|
| /linux/include/uapi/linux/ |
| H A D | ext4.h | 107 __u64 inode_table; /* Absolute block number of inode table start */ member
|