Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/ntfs3/
A Dbitmap.c1102 size_t op, max_check; in wnd_find() local
1109 max_check = e->start.key + to_alloc; in wnd_find()
1110 if (max_check > max_alloc) in wnd_find()
1111 max_check = max_alloc; in wnd_find()
1112 for (op = e->start.key + e->count.key; op < max_check; in wnd_find()

Completed in 7 milliseconds