Home
last modified time | relevance | path

Searched refs:wnd_bitmap (Results 1 – 6 of 6) sorted by relevance

/fs/ntfs3/
Dbitmap.c35 static int wnd_rescan(struct wnd_bitmap *wnd);
36 static struct buffer_head *wnd_map(struct wnd_bitmap *wnd, size_t iw);
37 static bool wnd_is_free_hlp(struct wnd_bitmap *wnd, size_t bit, size_t bits);
54 static inline u32 wnd_bits(const struct wnd_bitmap *wnd, size_t i) in wnd_bits()
128 void wnd_close(struct wnd_bitmap *wnd) in wnd_close()
235 static void wnd_add_free_ext(struct wnd_bitmap *wnd, size_t bit, size_t len, in wnd_add_free_ext()
366 static void wnd_remove_free_ext(struct wnd_bitmap *wnd, size_t bit, size_t len) in wnd_remove_free_ext()
501 static int wnd_rescan(struct wnd_bitmap *wnd) in wnd_rescan()
651 int wnd_init(struct wnd_bitmap *wnd, struct super_block *sb, size_t nbits) in wnd_init()
687 static struct buffer_head *wnd_map(struct wnd_bitmap *wnd, size_t iw) in wnd_map()
[all …]
Dntfs_fs.h137 struct wnd_bitmap { struct
248 struct wnd_bitmap bitmap; // $MFT::Bitmap
263 struct wnd_bitmap bitmap; // $Bitmap::Data
814 void wnd_close(struct wnd_bitmap *wnd);
815 static inline size_t wnd_zeroes(const struct wnd_bitmap *wnd) in wnd_zeroes()
819 int wnd_init(struct wnd_bitmap *wnd, struct super_block *sb, size_t nbits);
820 int wnd_set_free(struct wnd_bitmap *wnd, size_t bit, size_t bits);
821 int wnd_set_used(struct wnd_bitmap *wnd, size_t bit, size_t bits);
822 bool wnd_is_free(struct wnd_bitmap *wnd, size_t bit, size_t bits);
823 bool wnd_is_used(struct wnd_bitmap *wnd, size_t bit, size_t bits);
[all …]
Dfsntfs.c364 struct wnd_bitmap *wnd = &sbi->used.bitmap; in ntfs_look_for_free_space()
476 struct wnd_bitmap *wnd = &sbi->mft.bitmap; in ntfs_extend_mft()
535 struct wnd_bitmap *wnd = &sbi->mft.bitmap; in ntfs_look_free_mft()
709 struct wnd_bitmap *wnd = &sbi->mft.bitmap; in ntfs_mark_rec_free()
785 struct wnd_bitmap *wnd = &sbi->used.bitmap; in ntfs_refresh_zone()
2457 struct wnd_bitmap *wnd = &sbi->used.bitmap; in mark_as_free_ex()
Drun.c1011 struct wnd_bitmap *wnd; in run_unpack_ex()
Dsuper.c496 struct wnd_bitmap *wnd = &sbi->used.bitmap; in ntfs_statfs()
Dattrib.c180 struct wnd_bitmap *wnd = &sbi->used.bitmap; in attr_allocate_clusters()