HomeSort by relevance Sort by last modified time
    Searched defs:squashfs_read_data (Results 1 - 2 of 2) sorted by null

  /external/squashfs-tools/kernel/fs/squashfs/
block.c 82 int squashfs_read_data(struct super_block *sb, void **buffer, u64 index, function
  /external/squashfs-tools/kernel-2.4/fs/squashfs/
inode.c 155 SQSH_EXTERN unsigned int squashfs_read_data(struct super_block *s, char *buffer, function
321 squashfs_read_data(s,
469 if (!(msblk->fragment[i].length = squashfs_read_data(s,
867 !squashfs_read_data(s, (char *)
959 if (!squashfs_read_data(s, (char *) sblk, SQUASHFS_START,
1055 if (!squashfs_read_data(s, (char *) &suid, sblk->uid_start,
1066 if (!squashfs_read_data(s, (char *) msblk->uid, sblk->uid_start,
    [all...]

Completed in 53 milliseconds