Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dextent_io.h271 void extent_clear_unlock_delalloc(struct btrfs_inode *inode, u64 start, u64 end,
H A Dinode.c641 extent_clear_unlock_delalloc(BTRFS_I(inode), start, end, in compress_file_range()
883 extent_clear_unlock_delalloc(inode, async_extent->start, in submit_compressed_extents()
904 extent_clear_unlock_delalloc(inode, start, end, NULL, 0, in submit_compressed_extents()
918 extent_clear_unlock_delalloc(inode, async_extent->start, in submit_compressed_extents()
1019 extent_clear_unlock_delalloc(inode, start, end, NULL, in cow_file_range()
1115 extent_clear_unlock_delalloc(inode, start, start + ram_size - 1, in cow_file_range()
1159 extent_clear_unlock_delalloc(inode, start, in cow_file_range()
1168 extent_clear_unlock_delalloc(inode, start, end, locked_page, in cow_file_range()
1276 extent_clear_unlock_delalloc(inode, start, end, locked_page, in cow_file_range_async()
1467 extent_clear_unlock_delalloc(inode, start, end, locked_page, in run_delalloc_nocow()
[all …]
H A Dextent_io.c2019 void extent_clear_unlock_delalloc(struct btrfs_inode *inode, u64 start, u64 end, in extent_clear_unlock_delalloc() function