Searched refs:wnd_bitmap (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/fs/ntfs3/ |
| H A D | bitmap.c | 35 static int wnd_rescan(struct wnd_bitmap *wnd); 36 static struct buffer_head *wnd_map(struct wnd_bitmap *wnd, size_t iw); 123 void wnd_close(struct wnd_bitmap *wnd) in wnd_close() 497 static int wnd_rescan(struct wnd_bitmap *wnd) in wnd_rescan() 709 int wnd_set_free(struct wnd_bitmap *wnd, size_t bit, size_t bits) in wnd_set_free() 751 int wnd_set_used(struct wnd_bitmap *wnd, size_t bit, size_t bits) in wnd_set_used() 870 bool wnd_is_free(struct wnd_bitmap *wnd, size_t bit, size_t bits) in wnd_is_free() 902 bool wnd_is_used(struct wnd_bitmap *wnd, size_t bit, size_t bits) in wnd_is_used() 1306 int wnd_extend(struct wnd_bitmap *wnd, size_t new_bits) in wnd_extend() 1388 void wnd_zone_set(struct wnd_bitmap *wnd, size_t lcn, size_t len) in wnd_zone_set() [all …]
|
| H A D | ntfs_fs.h | 143 struct wnd_bitmap { struct 256 struct wnd_bitmap bitmap; // $MFT::Bitmap 271 struct wnd_bitmap bitmap; // $Bitmap::Data 831 void wnd_close(struct wnd_bitmap *wnd); 832 static inline size_t wnd_zeroes(const struct wnd_bitmap *wnd) in wnd_zeroes() 837 int wnd_set_free(struct wnd_bitmap *wnd, size_t bit, size_t bits); 838 int wnd_set_used(struct wnd_bitmap *wnd, size_t bit, size_t bits); 841 bool wnd_is_free(struct wnd_bitmap *wnd, size_t bit, size_t bits); 849 int wnd_extend(struct wnd_bitmap *wnd, size_t new_bits); 911 static inline size_t wnd_zone_bit(const struct wnd_bitmap *wnd) in wnd_zone_bit() [all …]
|
| H A D | fsntfs.c | 360 struct wnd_bitmap *wnd = &sbi->used.bitmap; in ntfs_look_for_free_space() 455 struct wnd_bitmap *wnd; in ntfs_check_for_free_space() 505 struct wnd_bitmap *wnd = &sbi->mft.bitmap; in ntfs_extend_mft() 564 struct wnd_bitmap *wnd = &sbi->mft.bitmap; in ntfs_look_free_mft() 739 struct wnd_bitmap *wnd = &sbi->mft.bitmap; in ntfs_mark_rec_free() 817 struct wnd_bitmap *wnd = &sbi->used.bitmap; in ntfs_refresh_zone() 2457 struct wnd_bitmap *wnd = &sbi->used.bitmap; in mark_as_free_ex()
|
| H A D | run.c | 1060 struct wnd_bitmap *wnd; in run_unpack_ex()
|
| H A D | super.c | 707 struct wnd_bitmap *wnd = &sbi->used.bitmap; in ntfs_statfs()
|