Searched refs:btrfs_run_delalloc_range (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | btrfs_inode.h | 500 int btrfs_run_delalloc_range(struct btrfs_inode *inode, struct page *locked_page,
|
H A D | extent_io.c | 1165 * This returns 1 if btrfs_run_delalloc_range function did all the work required 1190 ret = btrfs_run_delalloc_range(inode, page, delalloc_start, in writepage_delalloc()
|
H A D | inode.c | 402 * from the btrfs_run_delalloc_range() callback. 780 * TODO: Make btrfs_run_delalloc_range() to lock all delalloc range in inode_need_compress() 1270 * btrfs_cleanup_ordered_extents(). See btrfs_run_delalloc_range() for 1516 * btrfs_run_delalloc_range(). EXTENT_LOCKED | EXTENT_DELALLOC are in cow_file_range() 2250 int btrfs_run_delalloc_range(struct btrfs_inode *inode, struct page *locked_page, in btrfs_run_delalloc_range() function
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | ctree.h | 3065 int btrfs_run_delalloc_range(struct btrfs_inode *inode, struct page *locked_page,
|
H A D | extent_io.c | 3374 * This returns 1 if btrfs_run_delalloc_range function did all the work required 3401 ret = btrfs_run_delalloc_range(inode, page, delalloc_start, in writepage_delalloc() 3406 * btrfs_run_delalloc_range should return < 0 for error in writepage_delalloc()
|
H A D | inode.c | 100 * from the btrfs_run_delalloc_range() callback. 1815 int btrfs_run_delalloc_range(struct btrfs_inode *inode, struct page *locked_page, in btrfs_run_delalloc_range() function
|
Completed in 46 milliseconds