Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dextent_io.h18 #define EXTENT_FIRST_DELALLOC (1U << 12) macro
24 #define EXTENT_CTLBITS (EXTENT_DO_ACCOUNTING | EXTENT_FIRST_DELALLOC)
Dinode.c1712 if (*bits & EXTENT_FIRST_DELALLOC) { in btrfs_set_bit_hook()
1713 *bits &= ~EXTENT_FIRST_DELALLOC; in btrfs_set_bit_hook()
1762 if (*bits & EXTENT_FIRST_DELALLOC) { in btrfs_clear_bit_hook()
1763 *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()