Home
last modified time | relevance | path

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

/openbmc/linux/fs/squashfs/
H A Dsquashfs_fs_sb.h59 u64 inode_table; member
H A Dsuper.c287 msblk->inode_table = le64_to_cpu(sblk->inode_table_start); in squashfs_fill_super()
304 TRACE("sblk->inode_table_start %llx\n", msblk->inode_table); in squashfs_fill_super()
433 if (msblk->inode_table >= msblk->directory_table) { in squashfs_fill_super()
H A Dinode.c107 u64 block = SQUASHFS_INODE_BLK(ino) + msblk->inode_table; in squashfs_read_inode()
127 block = SQUASHFS_INODE_BLK(ino) + msblk->inode_table; in squashfs_read_inode()
H A Dfile.c258 msblk->inode_table; in fill_meta_index()
294 msblk->inode_table; in fill_meta_index()
/openbmc/linux/fs/ext4/
H A Dresize.c142 ext4_fsblk_t itend = input->inode_table + sbi->s_itb_per_group; in verify_group_input()
187 else if (outside(input->inode_table, start, end) || in verify_group_input()
190 (unsigned long long)input->inode_table, itend - 1); in verify_group_input()
194 else if (inside(input->block_bitmap, input->inode_table, itend)) in verify_group_input()
198 (unsigned long long)input->inode_table, itend - 1); in verify_group_input()
199 else if (inside(input->inode_bitmap, input->inode_table, itend)) in verify_group_input()
203 (unsigned long long)input->inode_table, itend - 1); in verify_group_input()
212 else if (inside(input->inode_table, start, metaend) || in verify_group_input()
216 (unsigned long long)input->inode_table, in verify_group_input()
379 group_data[it_index].inode_table = start_blk; in ext4_alloc_group_tables()
[all …]
H A Dioctl.c1665 err |= get_user(input.inode_table, &uinput->inode_table); in ext4_compat_ioctl()
H A Dsuper.c3306 ext4_fsblk_t inode_table; in ext4_check_descriptors() local
3372 inode_table = ext4_inode_table(sb, gdp); in ext4_check_descriptors()
3373 if (inode_table == sb_block) { in ext4_check_descriptors()
3380 if (inode_table >= sb_block + 1 && in ext4_check_descriptors()
3381 inode_table <= last_bg_block) { in ext4_check_descriptors()
3388 if (inode_table < first_block || in ext4_check_descriptors()
3389 inode_table + sbi->s_itb_per_group - 1 > last_block) { in ext4_check_descriptors()
3392 "(block %llu)!", i, inode_table); in ext4_check_descriptors()
H A Dext4.h652 compat_u64 inode_table; member
664 __u64 inode_table; member
/openbmc/linux/include/uapi/linux/
H A Dext4.h105 __u64 inode_table; /* Absolute block number of inode table start */ member
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch662 - __u32 inode_table; /* Absolute block number of inode table start */
672 - __u64 inode_table; /* Absolute block number of inode table start */