Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ntfs3/
Drun.c1096 CLST i, lcn_f = 0, len_f = 0; in run_unpack_ex() local
1101 if (!len_f) in run_unpack_ex()
1103 len_f += 1; in run_unpack_ex()
1104 } else if (len_f) { in run_unpack_ex()
1105 err = wnd_set_used(wnd, lcn_f, len_f); in run_unpack_ex()
1106 len_f = 0; in run_unpack_ex()
1112 if (len_f) in run_unpack_ex()
1113 err = wnd_set_used(wnd, lcn_f, len_f); in run_unpack_ex()