Searched refs:squashfs_bio_read (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/squashfs/ |
H A D | block.c | 76 static int squashfs_bio_read(struct super_block *sb, u64 index, int length, in squashfs_bio_read() function 171 res = squashfs_bio_read(sb, index, 2, &bio, &offset); in squashfs_read_data() 211 res = squashfs_bio_read(sb, index, length, &bio, &offset); in squashfs_read_data()
|
/kernel/linux/linux-6.6/fs/squashfs/ |
H A D | block.c | 189 static int squashfs_bio_read(struct super_block *sb, u64 index, int length, in squashfs_bio_read() function 292 res = squashfs_bio_read(sb, index, 2, &bio, &offset); in squashfs_read_data() 333 res = squashfs_bio_read(sb, index, length, &bio, &offset); in squashfs_read_data()
|
Completed in 2 milliseconds