Searched refs:bmp_bits (Results 1 – 1 of 1) sorted by relevance
/fs/ntfs3/ |
D | fslog.c | 3034 u32 nsize, t32, asize, used, esize, bmp_off, bmp_bits; in do_action() local 3623 bmp_bits = le32_to_cpu(((struct BITMAP_RANGE *)data)->bits); in do_action() 3626 cbo + ((bmp_off + bmp_bits + 7) / 8) > lco) { in do_action() 3630 __bitmap_set(Add2Ptr(buffer_le, roff), bmp_off, bmp_bits); in do_action() 3637 bmp_bits = le32_to_cpu(((struct BITMAP_RANGE *)data)->bits); in do_action() 3640 cbo + ((bmp_off + bmp_bits + 7) / 8) > lco) { in do_action() 3644 __bitmap_clear(Add2Ptr(buffer_le, roff), bmp_off, bmp_bits); in do_action()
|