Home
last modified time | relevance | path

Searched refs:wnd_set_used (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/fs/ntfs3/
H A Dbitmap.c757 * wnd_set_used - Mark the bits range from bit to bit + bits as used.
759 int wnd_set_used(struct wnd_bitmap *wnd, size_t bit, size_t bits) in wnd_set_used() function
809 * Unlikely wnd_set_used/wnd_set_free this function is not full trusted.
828 err = wnd_set_used(wnd, from, len); in wnd_set_used_safe()
838 err = wnd_set_used(wnd, from, len); in wnd_set_used_safe()
1317 if (wnd_set_used(wnd, fnd, to_alloc)) in wnd_find()
H A Dfsntfs.c385 err = wnd_set_used(wnd, lcn, alen); in ntfs_look_for_free_space()
722 wnd_set_used(wnd, *rno, 1); in ntfs_look_free_mft()
H A Dntfs_fs.h836 int wnd_set_used(struct wnd_bitmap *wnd, size_t bit, size_t bits);

Completed in 7 milliseconds