Searched refs:nilfs_bmap_convert_error (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/fs/nilfs2/ |
D | bmap.c | 29 static int nilfs_bmap_convert_error(struct nilfs_bmap *bmap, in nilfs_bmap_convert_error() function 91 return nilfs_bmap_convert_error(bmap, __func__, ret); in nilfs_bmap_lookup_at_level() 103 return nilfs_bmap_convert_error(bmap, __func__, ret); in nilfs_bmap_lookup_contig() 158 return nilfs_bmap_convert_error(bmap, __func__, ret); in nilfs_bmap_insert() 214 ret = nilfs_bmap_convert_error(bmap, __func__, ret); in nilfs_bmap_seek_key() 227 ret = nilfs_bmap_convert_error(bmap, __func__, ret); in nilfs_bmap_last_key() 256 return nilfs_bmap_convert_error(bmap, __func__, ret); in nilfs_bmap_delete() 308 return nilfs_bmap_convert_error(bmap, __func__, ret); in nilfs_bmap_truncate() 348 return nilfs_bmap_convert_error(bmap, __func__, ret); in nilfs_bmap_propagate() 393 return nilfs_bmap_convert_error(bmap, __func__, ret); in nilfs_bmap_assign() [all …]
|