Lines Matching defs:bits
150 size_t total_zeroes; // Total number of free bits.
151 u16 *free_bits; // Free bits in each window.
853 int wnd_set_free(struct wnd_bitmap *wnd, size_t bit, size_t bits);
854 int wnd_set_used(struct wnd_bitmap *wnd, size_t bit, size_t bits);
855 int wnd_set_used_safe(struct wnd_bitmap *wnd, size_t bit, size_t bits,
857 bool wnd_is_free(struct wnd_bitmap *wnd, size_t bit, size_t bits);
858 bool wnd_is_used(struct wnd_bitmap *wnd, size_t bit, size_t bits);
871 unsigned int ntfs_bitmap_weight_le(const void *bitmap, int bits);
969 static inline size_t ntfs3_bitmap_size(size_t bits)
971 return BITS_TO_U64(bits) * sizeof(u64);
1061 static inline void ni_set_ext_compress_bits(struct ntfs_inode *ni, u8 bits)
1063 ni->ni_flags |= (bits - 0xb) & NI_FLAG_COMPRESSED_MASK;