Searched refs:efs_get_block (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/efs/ |
H A D | file.c | 13 int efs_get_block(struct inode *inode, sector_t iblock, in efs_get_block() function
|
H A D | inode.c | 19 return block_read_full_page(page,efs_get_block); in efs_readpage() 23 return generic_block_bmap(mapping,block,efs_get_block); in _efs_bmap()
|
H A D | efs.h | 137 extern int efs_get_block(struct inode *, sector_t, struct buffer_head *, int);
|
/kernel/linux/linux-6.6/fs/efs/ |
H A D | file.c | 13 int efs_get_block(struct inode *inode, sector_t iblock, in efs_get_block() function
|
H A D | inode.c | 19 return block_read_full_folio(folio, efs_get_block); in efs_read_folio() 24 return generic_block_bmap(mapping,block,efs_get_block); in _efs_bmap()
|
H A D | efs.h | 134 extern int efs_get_block(struct inode *, sector_t, struct buffer_head *, int);
|
Completed in 3 milliseconds