Searched refs:delalloc (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | fiemap.c | 461 bool delalloc; in fiemap_process_hole() local 463 delalloc = btrfs_find_delalloc_in_range(inode, cur_offset, end, in fiemap_process_hole() 467 if (!delalloc) in fiemap_process_hole() 828 bool delalloc; in extent_fiemap() local 830 delalloc = btrfs_find_delalloc_in_range(inode, in extent_fiemap() 836 if (!delalloc) in extent_fiemap()
|
| H A D | Makefile | 34 block-rsv.o delalloc-space.o block-group.o discard.o reflink.o \
|
| H A D | file.c | 3433 bool delalloc; in btrfs_find_delalloc_in_range() local 3435 delalloc = find_delalloc_subrange(inode, cur_offset, end, in btrfs_find_delalloc_in_range() 3439 if (!delalloc) in btrfs_find_delalloc_in_range() 3487 bool delalloc; in find_desired_extent_in_hole() local 3489 delalloc = btrfs_find_delalloc_in_range(inode, start, end, cached_state, in find_desired_extent_in_hole() 3491 if (delalloc && whence == SEEK_DATA) { in find_desired_extent_in_hole() 3496 if (delalloc && whence == SEEK_HOLE) { in find_desired_extent_in_hole() 3520 if (!delalloc && whence == SEEK_HOLE) { in find_desired_extent_in_hole()
|
| /linux/Documentation/filesystems/iomap/ |
| H A D | operations.rst | 260 caching a fresh (``IOMAP_F_NEW``) delalloc mapping. 360 delalloc reservations to avoid having delalloc reservations for
|
| /linux/fs/xfs/scrub/ |
| H A D | trace.h | 855 uint64_t fdblocks, uint64_t delalloc), 856 TP_ARGS(mp, icount, ifree, fdblocks, delalloc), 865 __field(uint64_t, delalloc) 875 __entry->delalloc = delalloc; 885 __entry->delalloc)
|