Searched refs:adfs_map_lookup (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/adfs/ |
H A D | adfs.h | 150 int adfs_map_lookup(struct super_block *sb, u32 frag_id, unsigned int offset); 215 return adfs_map_lookup(sb, indaddr >> 8, block); in __adfs_block_map()
|
H A D | map.c | 217 int adfs_map_lookup(struct super_block *sb, u32 frag_id, unsigned int offset) in adfs_map_lookup() function
|
/kernel/linux/linux-6.6/fs/adfs/ |
H A D | adfs.h | 151 int adfs_map_lookup(struct super_block *sb, u32 frag_id, unsigned int offset); 216 return adfs_map_lookup(sb, indaddr >> 8, block); in __adfs_block_map()
|
H A D | map.c | 217 int adfs_map_lookup(struct super_block *sb, u32 frag_id, unsigned int offset) in adfs_map_lookup() function
|
Completed in 3 milliseconds