Lines Matching defs:extra_bits
2783 unsigned int extra_bits,
2800 extra_bits |= EXTENT_DELALLOC_NEW;
2812 EXTENT_DELALLOC | extra_bits, cached_state);
2821 unsigned int extra_bits, struct extent_state **cached_state)
2825 /* The @extra_bits can only be EXTENT_NORESERVE for now. */
2826 ASSERT(!(extra_bits & ~EXTENT_NORESERVE), "extra_bits=0x%x", extra_bits);
2844 extra_bits |= EXTENT_DELALLOC_NEW;
2858 EXTENT_DELALLOC | extra_bits, cached_state);