Lines Matching full:bitmap
3 * bitmap.h - Defines for NTFS kernel bitmap handling. Part of the Linux-NTFS
22 * ntfs_bitmap_set_bits_in_run - set a run of bits in a bitmap to a value
23 * @vi: vfs inode describing the bitmap
28 * Set @count bits starting at bit @start_bit in the bitmap described by the
41 * ntfs_bitmap_set_run - set a run of bits in a bitmap
42 * @vi: vfs inode describing the bitmap
46 * Set @count bits starting at bit @start_bit in the bitmap described by the
58 * ntfs_bitmap_clear_run - clear a run of bits in a bitmap
59 * @vi: vfs inode describing the bitmap
63 * Clear @count bits starting at bit @start_bit in the bitmap described by the
75 * ntfs_bitmap_set_bit - set a bit in a bitmap
76 * @vi: vfs inode describing the bitmap
79 * Set bit @bit in the bitmap described by the vfs inode @vi.
89 * ntfs_bitmap_clear_bit - clear a bit in a bitmap
90 * @vi: vfs inode describing the bitmap
93 * Clear bit @bit in the bitmap described by the vfs inode @vi.