Searched refs:nilfs_bmap_convert_error (Results  1 – 1 of 1) sorted by relevance
| /linux-4.4.14/fs/nilfs2/ | 
| D | bmap.c | 42 static int nilfs_bmap_convert_error(struct nilfs_bmap *bmap,  in nilfs_bmap_convert_error()  function 84 		ret = nilfs_bmap_convert_error(bmap, __func__, ret);  in nilfs_bmap_lookup_at_level() 108 	return nilfs_bmap_convert_error(bmap, __func__, ret);  in nilfs_bmap_lookup_contig() 163 	return nilfs_bmap_convert_error(bmap, __func__, ret);  in nilfs_bmap_insert() 219 		ret = nilfs_bmap_convert_error(bmap, __func__, ret);  in nilfs_bmap_seek_key() 232 		ret = nilfs_bmap_convert_error(bmap, __func__, ret);  in nilfs_bmap_last_key() 261 	return nilfs_bmap_convert_error(bmap, __func__, ret);  in nilfs_bmap_delete() 313 	return nilfs_bmap_convert_error(bmap, __func__, ret);  in nilfs_bmap_truncate() 353 	return nilfs_bmap_convert_error(bmap, __func__, ret);  in nilfs_bmap_propagate() 398 	return nilfs_bmap_convert_error(bmap, __func__, ret);  in nilfs_bmap_assign() [all …] 
 |