Searched refs:btrfs_drop_extent_cache (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/fs/btrfs/ | 
| D | inode.c | 340 	btrfs_drop_extent_cache(BTRFS_I(inode), start, aligned_end - 1, 0);  in cow_file_range_inline()858 			btrfs_drop_extent_cache(BTRFS_I(inode),  in submit_compressed_extents()
 1022 	btrfs_drop_extent_cache(BTRFS_I(inode), start,  in cow_file_range()
 1071 				btrfs_drop_extent_cache(BTRFS_I(inode), start,  in cow_file_range()
 1112 	btrfs_drop_extent_cache(BTRFS_I(inode), start, start + ram_size - 1, 0);  in cow_file_range()
 1593 				btrfs_drop_extent_cache(BTRFS_I(inode),  in run_delalloc_nocow()
 3197 		btrfs_drop_extent_cache(BTRFS_I(inode), start, end, 0);  in btrfs_finish_ordered_io()
 4657 		btrfs_drop_extent_cache(BTRFS_I(inode), ALIGN(new_size,  in btrfs_truncate_inode_items()
 5140 			btrfs_drop_extent_cache(BTRFS_I(inode), cur_offset,  in btrfs_cont_expand()
 5166 				btrfs_drop_extent_cache(BTRFS_I(inode),  in btrfs_cont_expand()
 [all …]
 
 | 
| D | file.c | 587 void btrfs_drop_extent_cache(struct btrfs_inode *inode, u64 start, u64 end,  in btrfs_drop_extent_cache()  function779 		btrfs_drop_extent_cache(BTRFS_I(inode), start, end - 1, 0);  in __btrfs_drop_extents()
 2351 		btrfs_drop_extent_cache(inode, offset, end - 1, 0);  in fill_holes()
 2367 			btrfs_drop_extent_cache(inode, offset, end - 1, 0);  in fill_holes()
 
 | 
| D | relocation.c | 1696 				btrfs_drop_extent_cache(BTRFS_I(inode),  in replace_file_extents()2133 		btrfs_drop_extent_cache(BTRFS_I(inode), start, end, 1);  in invalidate_extent_cache()
 3223 		btrfs_drop_extent_cache(BTRFS_I(inode), start, end, 0);  in setup_extent_mapping()
 
 | 
| D | ctree.h | 2929 void btrfs_drop_extent_cache(struct btrfs_inode *inode, u64 start, u64 end,
 | 
| /Linux-v5.4/fs/btrfs/tests/ | 
| D | inode-tests.c | 277 	btrfs_drop_extent_cache(BTRFS_I(inode), 0, (u64)-1, 0);  in test_btrfs_get_extent()
 |