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

/linux-master/fs/ntfs3/
H A Dfrecord.c1248 CLST mft_min, mft_new, svcn, evcn, plen; local
1254 mft_new = 0;
1269 if (ntfs_look_free_mft(sbi, &mft_new, true, ni, &mi_new)) {
1270 mft_new = 0;
1272 } else if (mft_min > mft_new) {
1273 mft_min = mft_new;
1276 ntfs_mark_rec_free(sbi, mft_new, true);
1277 mft_new = 0;
1364 if (mft_new) {
1365 ntfs_mark_rec_free(sbi, mft_new, tru
[all...]

Completed in 254 milliseconds