Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ntfs3/
Dbitmap.c54 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()
685 static struct buffer_head *wnd_map(struct wnd_bitmap *wnd, size_t iw) in wnd_map()
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()
821 static bool wnd_is_free_hlp(struct wnd_bitmap *wnd, size_t bit, size_t bits) in wnd_is_free_hlp()
[all …]
Dfsntfs.c364 struct wnd_bitmap *wnd = &sbi->used.bitmap; in ntfs_look_for_free_space() local
476 struct wnd_bitmap *wnd = &sbi->mft.bitmap; in ntfs_extend_mft() local
535 struct wnd_bitmap *wnd = &sbi->mft.bitmap; in ntfs_look_free_mft() local
709 struct wnd_bitmap *wnd = &sbi->mft.bitmap; in ntfs_mark_rec_free() local
785 struct wnd_bitmap *wnd = &sbi->used.bitmap; in ntfs_refresh_zone() local
2452 struct wnd_bitmap *wnd = &sbi->used.bitmap; in mark_as_free_ex() local
Dntfs_fs.h812 static inline size_t wnd_zeroes(const struct wnd_bitmap *wnd) in wnd_zeroes()
905 static inline size_t wnd_zone_bit(const struct wnd_bitmap *wnd) in wnd_zone_bit()
910 static inline size_t wnd_zone_len(const struct wnd_bitmap *wnd) in wnd_zone_len()
Drun.c1008 struct wnd_bitmap *wnd; in run_unpack_ex() local
Dsuper.c495 struct wnd_bitmap *wnd = &sbi->used.bitmap; in ntfs_statfs() local
Dattrib.c176 struct wnd_bitmap *wnd = &sbi->used.bitmap; in attr_allocate_clusters() local
/Linux-v5.15/drivers/net/ethernet/chelsio/inline_crypto/chtls/
Dchtls_io.c1343 unsigned int wnd = tp->rcv_wnd; in chtls_select_window() local