Home
last modified time | relevance | path

Searched refs:delalloc (Results 1 – 4 of 4) sorted by relevance

/linux/fs/btrfs/
H A Dfiemap.c461 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 DMakefile34 block-rsv.o delalloc-space.o block-group.o discard.o reflink.o \
/linux/Documentation/filesystems/iomap/
H A Doperations.rst260 caching a fresh (``IOMAP_F_NEW``) delalloc mapping.
360 delalloc reservations to avoid having delalloc reservations for
/linux/fs/xfs/scrub/
H A Dtrace.h855 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)