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.h413 void extent_clear_unlock_delalloc(struct btrfs_inode *inode, u64 start, u64 end,
H A Dinode.c1116 extent_clear_unlock_delalloc(inode, start, end, in submit_one_async_extent()
1133 extent_clear_unlock_delalloc(inode, start, end, in submit_one_async_extent()
1281 extent_clear_unlock_delalloc(inode, file_offset, cur_end, locked_folio, cached, in cow_one_range()
1306 extent_clear_unlock_delalloc(inode, file_offset, cur_end, locked_folio, cached, in cow_one_range()
1453 extent_clear_unlock_delalloc(inode, orig_start, end, locked_folio, &cached, in cow_file_range()
1486 extent_clear_unlock_delalloc(inode, orig_start, start - 1, in cow_file_range()
1505 extent_clear_unlock_delalloc(inode, start + cur_alloc_size, in cow_file_range()
1953 extent_clear_unlock_delalloc(inode, file_pos, end, locked_folio, cached, in nocow_one_range()
1960 extent_clear_unlock_delalloc(inode, file_pos, end, locked_folio, cached, in nocow_one_range()
2200 extent_clear_unlock_delalloc(inode, start, end, locked_folio, NULL, 0, PAGE_UNLOCK); in run_delalloc_nocow()
[all …]
H A Dextent_io.c489 void extent_clear_unlock_delalloc(struct btrfs_inode *inode, u64 start, u64 end, in extent_clear_unlock_delalloc() function