Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dextent_io.h17 #define EXTENT_FIRST_DELALLOC (1U << 12) macro
22 #define EXTENT_CTLBITS (EXTENT_DO_ACCOUNTING | EXTENT_FIRST_DELALLOC)
Dinode.c1702 if (*bits & EXTENT_FIRST_DELALLOC) { in btrfs_set_bit_hook()
1703 *bits &= ~EXTENT_FIRST_DELALLOC; in btrfs_set_bit_hook()
1752 if (*bits & EXTENT_FIRST_DELALLOC) { in btrfs_clear_bit_hook()
1753 *bits &= ~EXTENT_FIRST_DELALLOC; in btrfs_clear_bit_hook()
Dextent_io.c592 bits |= EXTENT_FIRST_DELALLOC; in clear_extent_bit()
851 bits |= EXTENT_FIRST_DELALLOC; in __set_extent_bit()