Searched refs:ntfs_bitmap_clear_le (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/fs/ntfs3/ |
A D | bitmap.c | 733 ntfs_bitmap_clear_le(bh->b_data, wbit, op); in wnd_set_free() 1390 ntfs_bitmap_clear_le(bh->b_data, b0, blocksize * 8 - b0); in wnd_extend() 1536 void ntfs_bitmap_clear_le(void *map, unsigned int start, int len) in ntfs_bitmap_clear_le() function
|
A D | ntfs_fs.h | 848 void ntfs_bitmap_clear_le(void *map, unsigned int start, int len);
|
A D | fslog.c | 3640 ntfs_bitmap_clear_le(Add2Ptr(buffer_le, roff), off, bits); in do_action()
|
Completed in 17 milliseconds