Home
last modified time | relevance | path

Searched refs:EXTENT_FIRST_DELALLOC (Results 1 – 3 of 3) sorted by relevance

/fs/btrfs/
Dextent_io.h18 #define EXTENT_FIRST_DELALLOC (1U << 12) macro
24 #define EXTENT_CTLBITS (EXTENT_DO_ACCOUNTING | EXTENT_FIRST_DELALLOC)
Dinode.c1759 if (*bits & EXTENT_FIRST_DELALLOC) { in btrfs_set_bit_hook()
1760 *bits &= ~EXTENT_FIRST_DELALLOC; in btrfs_set_bit_hook()
1809 if (*bits & EXTENT_FIRST_DELALLOC) { in btrfs_clear_bit_hook()
1810 *bits &= ~EXTENT_FIRST_DELALLOC; in btrfs_clear_bit_hook()
Dextent_io.c614 bits |= EXTENT_FIRST_DELALLOC; in __clear_extent_bit()
875 bits |= EXTENT_FIRST_DELALLOC; in __set_extent_bit()