Home
last modified time | relevance | path

Searched refs:wnd_init (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/ntfs3/
H A Dsuper.c1313 err = wnd_init(&sbi->mft.bitmap, sb, tt); in ntfs_fill_super()
1350 err = wnd_init(&sbi->used.bitmap, sb, tt); in ntfs_fill_super()
H A Dntfs_fs.h834 int wnd_init(struct wnd_bitmap *wnd, struct super_block *sb, size_t nbits);
H A Dbitmap.c644 int wnd_init(struct wnd_bitmap *wnd, struct super_block *sb, size_t nbits) in wnd_init() function