Searched refs:wnd_set_used (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/ntfs3/ |
| H A D | bitmap.c | 768 int wnd_set_used(struct wnd_bitmap *wnd, size_t bit, size_t bits) in wnd_set_used() function 829 err = wnd_set_used(wnd, from, len); in wnd_set_used_safe() 839 err = wnd_set_used(wnd, from, len); in wnd_set_used_safe() 1306 if (wnd_set_used(wnd, fnd, to_alloc)) in wnd_find()
|
| H A D | fsntfs.c | 391 err = wnd_set_used(wnd, lcn, alen); in ntfs_look_for_free_space() 751 wnd_set_used(wnd, *rno, 1); in ntfs_look_free_mft()
|
| H A D | ntfs_fs.h | 937 int wnd_set_used(struct wnd_bitmap *wnd, size_t bit, size_t bits);
|