Home
last modified time | relevance | path

Searched defs:wnd (Results 1 – 5 of 5) sorted by relevance

/linux/fs/ntfs3/
H A Dbitmap.c123 void wnd_close(struct wnd_bitmap *wnd) in wnd_close()
231 static void wnd_add_free_ext(struct wnd_bitmap *wnd, size_t bit, size_t len, in wnd_add_free_ext()
362 static void wnd_remove_free_ext(struct wnd_bitmap *wnd, size_t bit, size_t len) in wnd_remove_free_ext()
497 static int wnd_rescan(struct wnd_bitmap *wnd) in wnd_rescan()
661 int wnd_init(struct wnd_bitmap *wnd, struct super_block *sb, size_t nbits) in wnd_init()
697 static struct buffer_head *wnd_map(struct wnd_bitmap *wnd, size_t iw) in wnd_map()
726 int wnd_set_free(struct wnd_bitmap *wnd, size_t bit, size_t bits) in wnd_set_free()
768 int wnd_set_used(struct wnd_bitmap *wnd, size_t bit, size_t bits) in wnd_set_used()
816 int wnd_set_used_safe(struct wnd_bitmap *wnd, size_t bit, size_t bits, in wnd_set_used_safe()
850 static bool wnd_is_free_hlp(struct wnd_bitmap *wnd, size_t bit, size_t bits) in wnd_is_free_hlp()
[all …]
H A Dfsntfs.c366 struct wnd_bitmap *wnd = &sbi->used.bitmap; in ntfs_look_for_free_space() local
462 struct wnd_bitmap *wnd; in ntfs_check_free_space() local
534 struct wnd_bitmap *wnd = &sbi->mft.bitmap; in ntfs_extend_mft() local
593 struct wnd_bitmap *wnd = &sbi->mft.bitmap; in ntfs_look_free_mft() local
768 struct wnd_bitmap *wnd = &sbi->mft.bitmap; in ntfs_mark_rec_free() local
846 struct wnd_bitmap *wnd = &sbi->used.bitmap; in ntfs_refresh_zone() local
2491 struct wnd_bitmap *wnd = &sbi->used.bitmap; in mark_as_free_ex() local
H A Dntfs_fs.h931 static inline size_t wnd_zeroes(const struct wnd_bitmap *wnd) in wnd_zeroes()
1010 static inline size_t wnd_zone_bit(const struct wnd_bitmap *wnd) in wnd_zone_bit()
1015 static inline size_t wnd_zone_len(const struct wnd_bitmap *wnd) in wnd_zone_len()
H A Drun.c1186 struct wnd_bitmap *wnd; in run_unpack_ex() local
H A Dsuper.c743 struct wnd_bitmap *wnd = &sbi->used.bitmap; in ntfs_statfs() local