Searched refs:nilfs_bmap_convert_error (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/fs/nilfs2/ |
D | bmap.c | 29 static int nilfs_bmap_convert_error(struct nilfs_bmap *bmap, in nilfs_bmap_convert_error() function 71 ret = nilfs_bmap_convert_error(bmap, __func__, ret); in nilfs_bmap_lookup_at_level() 95 return nilfs_bmap_convert_error(bmap, __func__, ret); in nilfs_bmap_lookup_contig() 150 return nilfs_bmap_convert_error(bmap, __func__, ret); in nilfs_bmap_insert() 206 ret = nilfs_bmap_convert_error(bmap, __func__, ret); in nilfs_bmap_seek_key() 219 ret = nilfs_bmap_convert_error(bmap, __func__, ret); in nilfs_bmap_last_key() 248 return nilfs_bmap_convert_error(bmap, __func__, ret); in nilfs_bmap_delete() 300 return nilfs_bmap_convert_error(bmap, __func__, ret); in nilfs_bmap_truncate() 340 return nilfs_bmap_convert_error(bmap, __func__, ret); in nilfs_bmap_propagate() 385 return nilfs_bmap_convert_error(bmap, __func__, ret); in nilfs_bmap_assign() [all …]
|