Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs3/
H A Dbitmap.c1105 size_t op, max_check; in wnd_find() local
1112 max_check = e->start.key + to_alloc; in wnd_find()
1113 if (max_check > max_alloc) in wnd_find()
1114 max_check = max_alloc; in wnd_find()
1115 for (op = e->start.key + e->count.key; op < max_check; in wnd_find()