Home
last modified time | relevance | path

Searched refs:EXTENT_CTLBITS (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/fs/btrfs/
H A Dextent-io-tree.h59 #define EXTENT_CTLBITS (EXTENT_DO_ACCOUNTING | \ macro
H A Dextent-io-tree.c372 u32 bits_to_set = bits & ~EXTENT_CTLBITS; in set_state_bits()
508 u32 bits_to_clear = bits & ~EXTENT_CTLBITS; in clear_state_bit()
576 bits |= ~EXTENT_CTLBITS; in __clear_extent_bit()
H A Dextent_io.c2306 EXTENT_DELALLOC_NEW | EXTENT_CTLBITS | in try_release_extent_state()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dextent-io-tree.h27 #define EXTENT_CTLBITS (EXTENT_DO_ACCOUNTING) macro
H A Dextent_io.c635 unsigned bits_to_clear = *bits & ~EXTENT_CTLBITS; in clear_state_bit()
715 bits |= ~EXTENT_CTLBITS; in __clear_extent_bit()
918 unsigned bits_to_set = *bits & ~EXTENT_CTLBITS; in set_state_bits()

Completed in 16 milliseconds