Searched refs:befs_get_block (Results 1 – 2 of 2) sorted by relevance
/linux/fs/befs/ |
H A D | linuxvfs.c | 43 static int befs_get_block(struct inode *, sector_t, struct buffer_head *, int); 108 * passes it the address of befs_get_block, for mapping file 113 return block_read_full_folio(folio, befs_get_block); in befs_read_folio() 119 return generic_block_bmap(mapping, block, befs_get_block); in befs_bmap() 132 befs_get_block(struct inode *inode, sector_t block, in befs_get_block() function 141 befs_debug(sb, "---> befs_get_block() for inode %lu, block %ld", in befs_get_block() 144 befs_error(sb, "befs_get_block() was asked to write to " in befs_get_block()
|
H A D | ChangeLog | 234 uses befs_get_block() by way of befs_readpage() to find the disk offsets
|