Searched refs:wnd_set_used (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/fs/ntfs3/ |
A D | bitmap.c | 756 int wnd_set_used(struct wnd_bitmap *wnd, size_t bit, size_t bits) in wnd_set_used() function 825 err = wnd_set_used(wnd, from, len); in wnd_set_used_safe() 835 err = wnd_set_used(wnd, from, len); in wnd_set_used_safe() 1314 if (wnd_set_used(wnd, fnd, to_alloc)) in wnd_find()
|
A D | fsntfs.c | 384 err = wnd_set_used(wnd, lcn, alen); in ntfs_look_for_free_space() 721 wnd_set_used(wnd, *rno, 1); in ntfs_look_free_mft()
|
A D | ntfs_fs.h | 832 int wnd_set_used(struct wnd_bitmap *wnd, size_t bit, size_t bits);
|
Completed in 15 milliseconds