Searched refs:wnd_set_used_safe (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | run.c | 1100 err = wnd_set_used_safe(wnd, lcn, len, &done); in run_unpack_ex()
|
H A D | ntfs_fs.h | 837 int wnd_set_used_safe(struct wnd_bitmap *wnd, size_t bit, size_t bits,
|
H A D | super.c | 1386 if (wnd_set_used_safe(&sbi->used.bitmap, lcn, len, &tt) || tt) { in ntfs_fill_super()
|
H A D | bitmap.c | 807 * wnd_set_used_safe - Mark the bits range from bit to bit + bits as used. 815 int wnd_set_used_safe(struct wnd_bitmap *wnd, size_t bit, size_t bits, in wnd_set_used_safe() function
|
Completed in 8 milliseconds