Searched refs:inode_table (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dread_fs.c120 unsigned char **inode_table, unsigned int *root_inode_block,
141 *inode_table = realloc(*inode_table, size
143 if(*inode_table == NULL)
147 byte = read_block(fd, start, &start, *inode_table + bytes);
149 free(*inode_table);
166 SQUASHFS_SWAP_BASE_INODE_HEADER(&dir_inode->base, *inode_table + bytes);
169 *inode_table + bytes);
173 *inode_table + bytes);
179 for(cur_ptr = *inode_table; cur_pt
117 scan_inode_table(int fd, long long start, long long end, long long root_inode_start, int root_inode_offset, struct squashfs_super_block *sBlk, union squashfs_inode_header *dir_inode, unsigned char **inode_table, unsigned int *root_inode_block, unsigned int *root_inode_size, long long *uncompressed_file, unsigned int *uncompressed_directory, int *file_count, int *sym_count, int *dev_count, int *dir_count, int *fifo_count, int *sock_count, unsigned int *id_table) argument
717 unsigned char *inode_table = NULL, *directory_table; local
[all...]
H A Dunsquashfs.h255 extern char *inode_table, *directory_table;
H A Dunsquash-2.c127 char *block_ptr = inode_table + bytes + offset;
H A Dunsquashfs.c49 char *inode_table = NULL, *directory_table = NULL; variable
670 inode_table = realloc(inode_table, size +=
672 if(inode_table == NULL)
678 res = read_block(fd, start, &start, inode_table + bytes);
680 free(inode_table);
H A Dunsquash-1.c61 char *block_ptr = inode_table + bytes + offset;
H A Dunsquash-3.c114 char *block_ptr = inode_table + bytes + offset;
H A Dunsquash-4.c97 char *block_ptr = inode_table + bytes + offset;
H A Dmksquashfs.c154 char *inode_table = NULL; variable
900 void *it = realloc(inode_table, inode_size +
905 inode_table = it;
909 c_byte = mangle(inode_table + inode_bytes + BLOCK_OFFSET,
913 SQUASHFS_SWAP_SHORTS(&c_byte, inode_table + inode_bytes, 1);
1046 void *it = realloc(inode_table, inode_size +
1053 inode_table = it;
1057 c_byte = mangle(inode_table + inode_bytes + BLOCK_OFFSET, datap,
1060 SQUASHFS_SWAP_SHORTS(&c_byte, inode_table + inode_bytes, 1);
1067 write_destination(fd, bytes, inode_bytes, inode_table);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/squashfs/
H A Dsquashfs_fs_sb.h70 u64 inode_table; member in struct:squashfs_sb_info
H A Dfile.c266 msblk->inode_table;
302 msblk->inode_table;
H A Dinode.c112 u64 block = SQUASHFS_INODE_BLK(ino) + msblk->inode_table;
132 block = SQUASHFS_INODE_BLK(ino) + msblk->inode_table;
H A Dsuper.c174 msblk->inode_table = le64_to_cpu(sblk->inode_table_start);
189 TRACE("sblk->inode_table_start %llx\n", msblk->inode_table);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dresize.c31 ext3_fsblk_t itend = input->inode_table + sbi->s_itb_per_group;
75 else if (outside(input->inode_table, start, end) ||
79 input->inode_table, itend - 1);
84 else if (inside(input->block_bitmap, input->inode_table, itend))
87 input->block_bitmap, input->inode_table, itend-1);
88 else if (inside(input->inode_bitmap, input->inode_table, itend))
91 input->inode_bitmap, input->inode_table, itend-1);
102 else if (inside(input->inode_table, start, metaend) ||
107 input->inode_table, itend - 1, start, metaend - 1);
284 for (i = 0, block = input->inode_table, bi
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dresize.c30 ext4_fsblk_t itend = input->inode_table + sbi->s_itb_per_group;
70 else if (outside(input->inode_table, start, end) ||
73 (unsigned long long)input->inode_table, itend - 1);
77 else if (inside(input->block_bitmap, input->inode_table, itend))
81 (unsigned long long)input->inode_table, itend - 1);
82 else if (inside(input->inode_bitmap, input->inode_table, itend))
86 (unsigned long long)input->inode_table, itend - 1);
95 else if (inside(input->inode_table, start, metaend) ||
99 (unsigned long long)input->inode_table,
254 for (i = 0, block = input->inode_table, bi
[all...]
H A Dioctl.c386 err |= get_user(input.inode_table, &uinput->inode_table);
H A Dext4.h437 __u64 inode_table; /* Absolute block number of inode table start */ member in struct:ext4_new_group_input
448 compat_u64 inode_table; member in struct:compat_ext4_new_group_input
460 __u64 inode_table; member in struct:ext4_new_group_data
H A Dsuper.c1953 ext4_fsblk_t inode_table; local
1985 inode_table = ext4_inode_table(sb, gdp);
1986 if (inode_table < first_block ||
1987 inode_table + sbi->s_itb_per_group - 1 > last_block) {
1990 "(block %llu)!", i, inode_table);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dext3_fs.h210 __u32 inode_table; /* Absolute block number of inode table start */ member in struct:ext3_new_group_input
221 __u32 inode_table; member in struct:ext3_new_group_data

Completed in 245 milliseconds