Searched refs:squashfs_frag_lookup (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/squashfs/ |
H A D | fragment.c | 35 int squashfs_frag_lookup(struct super_block *sb, unsigned int fragment, in squashfs_frag_lookup() function
|
H A D | squashfs.h | 52 extern int squashfs_frag_lookup(struct super_block *, unsigned int, u64 *);
|
H A D | inode.c | 146 frag_size = squashfs_frag_lookup(sb, frag, &frag_blk); in squashfs_read_inode() 189 frag_size = squashfs_frag_lookup(sb, frag, &frag_blk); in squashfs_read_inode()
|
/kernel/linux/linux-6.6/fs/squashfs/ |
H A D | fragment.c | 35 int squashfs_frag_lookup(struct super_block *sb, unsigned int fragment, in squashfs_frag_lookup() function
|
H A D | squashfs.h | 65 extern int squashfs_frag_lookup(struct super_block *, unsigned int, u64 *);
|
H A D | inode.c | 143 frag_size = squashfs_frag_lookup(sb, frag, &frag_blk); in squashfs_read_inode() 186 frag_size = squashfs_frag_lookup(sb, frag, &frag_blk); in squashfs_read_inode()
|
Completed in 3 milliseconds