Searched refs:bmp_bits (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/fs/ntfs3/ |
| D | fslog.c | 3051 u32 nsize, t32, asize, used, esize, bmp_off, bmp_bits; in do_action() local 3640 bmp_bits = le32_to_cpu(((struct BITMAP_RANGE *)data)->bits); in do_action() 3643 cbo + ((bmp_off + bmp_bits + 7) / 8) > lco) { in do_action() 3647 __bitmap_set(Add2Ptr(buffer_le, roff), bmp_off, bmp_bits); in do_action() 3654 bmp_bits = le32_to_cpu(((struct BITMAP_RANGE *)data)->bits); in do_action() 3657 cbo + ((bmp_off + bmp_bits + 7) / 8) > lco) { in do_action() 3661 __bitmap_clear(Add2Ptr(buffer_le, roff), bmp_off, bmp_bits); in do_action()
|