Home
last modified time | relevance | path

Searched refs:extent_clear_unlock_delalloc (Results 1 – 3 of 3) sorted by relevance

/linux/fs/btrfs/
H A Dextent_io.h380 void extent_clear_unlock_delalloc(struct btrfs_inode *inode, u64 start, u64 end,
H A Dinode.c1135 extent_clear_unlock_delalloc(inode, start, end, in submit_one_async_extent()
1152 extent_clear_unlock_delalloc(inode, start, end, in submit_one_async_extent()
1300 extent_clear_unlock_delalloc(inode, file_offset, cur_end, locked_folio, cached, in cow_one_range()
1325 extent_clear_unlock_delalloc(inode, file_offset, cur_end, locked_folio, cached, in cow_one_range()
1473 extent_clear_unlock_delalloc(inode, orig_start, end, locked_folio, &cached, in cow_file_range()
1506 extent_clear_unlock_delalloc(inode, orig_start, start - 1, in cow_file_range()
1525 extent_clear_unlock_delalloc(inode, start + cur_alloc_size, in cow_file_range()
1973 extent_clear_unlock_delalloc(inode, file_pos, end, locked_folio, cached, in nocow_one_range()
1981 extent_clear_unlock_delalloc(inode, file_pos, end, locked_folio, cached, in nocow_one_range()
2221 extent_clear_unlock_delalloc(inode, start, end, locked_folio, NULL, 0, PAGE_UNLOCK); in run_delalloc_nocow()
[all …]
H A Dextent_io.c468 void extent_clear_unlock_delalloc(struct btrfs_inode *inode, u64 start, u64 end, in extent_clear_unlock_delalloc() function