Searched refs:find_lock_delalloc_range (Results 1 – 3 of 3) sorted by relevance
/linux/fs/btrfs/tests/ |
H A D | extent-io-tests.c | 183 found = find_lock_delalloc_range(inode, page_folio(locked_page), &start, in test_find_delalloc() 214 found = find_lock_delalloc_range(inode, page_folio(locked_page), &start, in test_find_delalloc() 248 found = find_lock_delalloc_range(inode, page_folio(locked_page), &start, in test_find_delalloc() 269 found = find_lock_delalloc_range(inode, page_folio(locked_page), &start, in test_find_delalloc() 310 found = find_lock_delalloc_range(inode, page_folio(locked_page), &start, in test_find_delalloc()
|
/linux/fs/btrfs/ |
H A D | extent_io.h | 374 bool find_lock_delalloc_range(struct inode *inode,
|
H A D | extent_io.c | 309 noinline_for_stack bool find_lock_delalloc_range(struct inode *inode, in find_lock_delalloc_range() function 1203 if (!find_lock_delalloc_range(&inode->vfs_inode, folio, in writepage_delalloc()
|