Searched refs:bfs_get_block (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/bfs/
H A Dfile.c65 static int bfs_get_block(struct inode *inode, sector_t block, function
157 return mpage_writepages(mapping, wbc, bfs_get_block);
162 return block_read_full_folio(folio, bfs_get_block);
179 ret = block_write_begin(mapping, pos, len, pagep, bfs_get_block);
188 return generic_block_bmap(mapping, block, bfs_get_block);

Completed in 104 milliseconds