HomeSort by relevance Sort by last modified time
    Searched refs:super_block (Results 1 - 25 of 29) sorted by null

1 2

  /external/squashfs-tools/kernel/fs/squashfs/
squashfs.h 36 extern int squashfs_read_data(struct super_block *, void **, u64, int, u64 *,
42 extern struct squashfs_cache_entry *squashfs_cache_get(struct super_block *,
46 extern int squashfs_read_metadata(struct super_block *, void *, u64 *,
48 extern struct squashfs_cache_entry *squashfs_get_fragment(struct super_block *,
50 extern struct squashfs_cache_entry *squashfs_get_datablock(struct super_block *,
52 extern int squashfs_read_table(struct super_block *, void *, u64, int);
55 extern __le64 *squashfs_read_inode_lookup_table(struct super_block *, u64,
59 extern int squashfs_frag_lookup(struct super_block *, unsigned int, u64 *);
60 extern __le64 *squashfs_read_fragment_index_table(struct super_block *,
64 extern int squashfs_get_id(struct super_block *, unsigned int, unsigned int *)
    [all...]
export.c 52 static long long squashfs_inode_lookup(struct super_block *sb, int ino_num)
74 static struct dentry *squashfs_export_iget(struct super_block *sb,
90 static struct dentry *squashfs_fh_to_dentry(struct super_block *sb,
101 static struct dentry *squashfs_fh_to_parent(struct super_block *sb,
123 __le64 *squashfs_read_inode_lookup_table(struct super_block *sb,
fragment.c 50 int squashfs_frag_lookup(struct super_block *sb, unsigned int fragment,
75 __le64 *squashfs_read_fragment_index_table(struct super_block *sb,
id.c 47 int squashfs_get_id(struct super_block *sb, unsigned int index,
70 __le64 *squashfs_read_id_index_table(struct super_block *sb,
cache.c 66 struct squashfs_cache_entry *squashfs_cache_get(struct super_block *sb,
332 int squashfs_read_metadata(struct super_block *sb, void *buffer,
370 struct squashfs_cache_entry *squashfs_get_fragment(struct super_block *sb,
385 struct squashfs_cache_entry *squashfs_get_datablock(struct super_block *sb,
397 int squashfs_read_table(struct super_block *sb, void *buffer, u64 block,
super.c 67 static int squashfs_fill_super(struct super_block *sb, void *data, int silent)
318 static int squashfs_remount(struct super_block *sb, int *flags, char *data)
325 static void squashfs_put_super(struct super_block *sb)
405 static struct inode *squashfs_alloc_inode(struct super_block *sb)
symlink.c 49 struct super_block *sb = inode->i_sb;
inode.c 55 static int squashfs_new_inode(struct super_block *sb, struct inode *inode,
79 struct inode *squashfs_iget(struct super_block *sb, long long ino,
109 struct super_block *sb = inode->i_sb;
block.c 46 static struct buffer_head *get_block_length(struct super_block *sb,
82 int squashfs_read_data(struct super_block *sb, void **buffer, u64 index,
dir.c 52 static int get_dir_index_using_offset(struct super_block *sb,
namei.c 75 static int get_dir_index_using_name(struct super_block *sb,
  /external/squashfs-tools/kernel-2.4/include/linux/
squashfs_fs_sb.h 69 struct inode *(*iget)(struct super_block *s, squashfs_inode_t
74 int (*read_fragment_index_table)(struct super_block *s);
  /external/squashfs-tools/kernel-2.4/fs/squashfs/
squashfs.h 48 extern unsigned int squashfs_read_data(struct super_block *s, char *buffer,
51 extern int squashfs_get_cached_block(struct super_block *s, char *buffer,
57 extern struct squashfs_fragment_cache *get_cached_fragment(struct super_block
inode.c 43 static struct super_block *squashfs_read_super(struct super_block *, void *, int);
44 static void squashfs_put_super(struct super_block *);
45 static int squashfs_statfs(struct super_block *, struct statfs *);
51 static struct inode *squashfs_iget(struct super_block *s, squashfs_inode_t inode);
88 static struct buffer_head *get_block_length(struct super_block *s,
155 SQSH_EXTERN unsigned int squashfs_read_data(struct super_block *s, char *buffer,
264 SQSH_EXTERN int squashfs_get_cached_block(struct super_block *s, char *buffer,
374 static int get_fragment_location(struct super_block *s, unsigned int fragment,
420 SQSH_EXTERN struct squashfs_fragment_cache *get_cached_fragment(struct super_block
    [all...]
squashfs2_0.c 59 static int read_fragment_index_table_2(struct super_block *s)
97 static int get_fragment_location_2(struct super_block *s, unsigned int fragment,
133 static struct inode *squashfs_new_inode(struct super_block *s,
159 static struct inode *squashfs_iget_2(struct super_block *s, squashfs_inode_t inode)
425 static int get_dir_index_using_offset(struct super_block *s, long long
474 static int get_dir_index_using_name(struct super_block *s, long long
  /external/e2fsprogs/ext2ed/
blockbitmap_com.c 58 if (entry_num >= file_system_info.super_block.s_blocks_per_group) { /* Check if it is a valid entry number */
130 if (num > file_system_info.super_block.s_blocks_per_group-entry_num) {
158 if (num > file_system_info.super_block.s_blocks_per_group-entry_num) {
221 for (i=0,entry_num=0;i<file_system_info.super_block.s_blocks_per_group/8;i++,ptr++) {
253 block_num=block_bitmap_info.entry_num+block_bitmap_info.group_num*file_system_info.super_block.s_blocks_per_group;
254 block_num+=file_system_info.super_block.s_first_data_block;
inodebitmap_com.c 41 if (entry_num >= file_system_info.super_block.s_inodes_per_group) {
94 if (num > file_system_info.super_block.s_inodes_per_group-entry_num) {
120 if (num > file_system_info.super_block.s_inodes_per_group-entry_num) {
171 for (i=0,entry_num=0;i<file_system_info.super_block.s_inodes_per_group/8;i++,ptr++) {
204 inode_num=1+inode_bitmap_info.entry_num+inode_bitmap_info.group_num*file_system_info.super_block.s_inodes_per_group;
inode_com.c 49 first_entry=0;last_entry=file_system_info.super_block.s_inodes_per_group-1;
97 first_entry=0;last_entry=file_system_info.super_block.s_inodes_per_group-1;
138 first_entry=0;last_entry=file_system_info.super_block.s_inodes_per_group-1;
139 inode_num=group_num*file_system_info.super_block.s_inodes_per_group+1;
214 ,inode_num,file_system_info.super_block.s_inodes_count,entry_num,last_entry,group_num);
414 first_entry=0;last_entry=file_system_info.super_block.s_inodes_per_group-1;
415 inode_num=group_num*file_system_info.super_block.s_inodes_per_group+1;
429 group_num=inode_num/file_system_info.super_block.s_inodes_per_group;
430 inode_entry=inode_num%file_system_info.super_block.s_inodes_per_group;
group_com.c 94 offset=file_system_info.first_group_desc_offset+copy_num*file_system_info.super_block.s_blocks_per_group*file_system_info.block_size;
113 temp=(device_offset-file_system_info.first_group_desc_offset) % (file_system_info.super_block.s_blocks_per_group*file_system_info.block_size);
  /external/e2fsprogs/lib/ext2fs/
ext2_ext_attr.h 65 extern void ext2_ext_attr_put_super(struct super_block *sb);
undo_io.c 498 unsigned int blocksize, blk64_t super_block,
518 retval = io_channel_read_blk64(undo_file, super_block,
552 blk64_t super_block, lblk; local
584 super_block = ext2fs_le64_to_cpu(hdr.super_offset);
596 if (check_filesystem(&hdr, data->undo_file, blocksize, super_block,
608 data->super_blk_num = super_block;
  /external/squashfs-tools/squashfs-tools/
unsquashfs.h 70 struct super_block { struct
230 extern struct super_block sBlk;
  /system/update_engine/payload_generator/
squashfs_filesystem_unittest.cc 290 brillo::Blob super_block = { local
300 EXPECT_TRUE(SquashfsFilesystem::IsSquashfsImage(super_block));
303 auto bad_super_block = super_block;
308 bad_super_block = super_block;
313 bad_super_block = super_block;
deflate_utils.cc 66 brillo::Blob super_block; local
71 &super_block));
72 return SquashfsFilesystem::IsSquashfsImage(super_block);
  /external/e2fsprogs/misc/
e2undo.c 99 blk64_t super_block; member in struct:undo_context
179 retval = io_channel_read_blk64(ctx->undo_file, ctx->super_block,
410 undo_ctx.super_block = ext2fs_le64_to_cpu(undo_ctx.hdr.super_offset);

Completed in 321 milliseconds

1 2