Searched refs:delalloc (Results 1 – 4 of 4) 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 \
|
| /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)
|