Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
A Dbitmap.c35 static int wnd_rescan(struct wnd_bitmap *wnd);
36 static struct buffer_head *wnd_map(struct wnd_bitmap *wnd, size_t iw);
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()
501 static int wnd_rescan(struct wnd_bitmap *wnd) in wnd_rescan()
714 int wnd_set_free(struct wnd_bitmap *wnd, size_t bit, size_t bits) in wnd_set_free()
767 int wnd_set_used(struct wnd_bitmap *wnd, size_t bit, size_t bits) in wnd_set_used()
864 bool wnd_is_free(struct wnd_bitmap *wnd, size_t bit, size_t bits) in wnd_is_free()
896 bool wnd_is_used(struct wnd_bitmap *wnd, size_t bit, size_t bits) in wnd_is_used()
1310 int wnd_extend(struct wnd_bitmap *wnd, size_t new_bits) in wnd_extend()
[all …]
A Dntfs_fs.h135 struct wnd_bitmap { struct
246 struct wnd_bitmap bitmap; // $MFT::Bitmap
261 struct wnd_bitmap bitmap; // $Bitmap::Data
811 void wnd_close(struct wnd_bitmap *wnd);
812 static inline size_t wnd_zeroes(const struct wnd_bitmap *wnd) in wnd_zeroes()
817 int wnd_set_free(struct wnd_bitmap *wnd, size_t bit, size_t bits);
818 int wnd_set_used(struct wnd_bitmap *wnd, size_t bit, size_t bits);
819 bool wnd_is_free(struct wnd_bitmap *wnd, size_t bit, size_t bits);
827 int wnd_extend(struct wnd_bitmap *wnd, size_t new_bits);
905 static inline size_t wnd_zone_bit(const struct wnd_bitmap *wnd) in wnd_zone_bit()
[all …]
A 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()
2452 struct wnd_bitmap *wnd = &sbi->used.bitmap; in mark_as_free_ex()
A Drun.c1008 struct wnd_bitmap *wnd; in run_unpack_ex()
A Dsuper.c495 struct wnd_bitmap *wnd = &sbi->used.bitmap; in ntfs_statfs()
A Dattrib.c176 struct wnd_bitmap *wnd = &sbi->used.bitmap; in attr_allocate_clusters()

Completed in 31 milliseconds