Searched refs:inode_table (Results 1 – 10 of 10) sorted by relevance
/linux/Documentation/filesystems/ext4/ |
H A D | globals.rst | 14 inode_table
|
/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() 440 /* Sanity check inode_table */ in squashfs_fill_super() 441 if (msblk->inode_table >= msblk->directory_table) { in squashfs_fill_super()
|
H A D | inode.c | 107 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 D | file.c | 258 msblk->inode_table; in fill_meta_index() 294 msblk->inode_table; in fill_meta_index()
|
/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() 378 group_data[it_index].inode_table in ext4_alloc_group_tables() [all...] |
H A D | ioctl.c | 1664 err |= get_user(input.inode_table, &uinput->inode_table); in ext4_compat_ioctl()
|
H A D | super.c | 3267 ext4_fsblk_t inode_table; in ext4_check_descriptors() local 3333 inode_table = ext4_inode_table(sb, gdp); in ext4_check_descriptors() 3334 if (inode_table == sb_block) { in ext4_check_descriptors() 3341 if (inode_table >= sb_block + 1 && in ext4_check_descriptors() 3342 inode_table <= last_bg_block) { in ext4_check_descriptors() 3349 if (inode_table < first_block || in ext4_check_descriptors() 3350 inode_table + sbi->s_itb_per_group - 1 > last_block) { in ext4_check_descriptors() 3353 "(block %llu)!", i, inode_table); in ext4_check_descriptors()
|
H A D | ext4.h | 657 compat_u64 inode_table; member 669 __u64 inode_table; member
|
/linux/include/uapi/linux/ |
H A D | ext4.h | 105 __u64 inode_table; /* Absolute block number of inode table start */ member
|