Searched refs:nilfs_bmap_convert_error (Results 1 – 1 of 1) sorted by relevance
/linux-6.14.4/fs/nilfs2/ |
D | bmap.c | 29 static int nilfs_bmap_convert_error(struct nilfs_bmap *bmap, in nilfs_bmap_convert_error() function 88 return nilfs_bmap_convert_error(bmap, __func__, ret); in nilfs_bmap_lookup_at_level() 100 return nilfs_bmap_convert_error(bmap, __func__, ret); in nilfs_bmap_lookup_contig() 152 return nilfs_bmap_convert_error(bmap, __func__, ret); in nilfs_bmap_insert() 205 ret = nilfs_bmap_convert_error(bmap, __func__, ret); in nilfs_bmap_seek_key() 218 ret = nilfs_bmap_convert_error(bmap, __func__, ret); in nilfs_bmap_last_key() 244 return nilfs_bmap_convert_error(bmap, __func__, ret); in nilfs_bmap_delete() 294 return nilfs_bmap_convert_error(bmap, __func__, ret); in nilfs_bmap_truncate() 332 return nilfs_bmap_convert_error(bmap, __func__, ret); in nilfs_bmap_propagate() 377 return nilfs_bmap_convert_error(bmap, __func__, ret); in nilfs_bmap_assign() [all …]
|