Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ntfs3/
Dntfs.h87 #define MFT_INCREASE_CHUNK 1024 macro
Dfsntfs.c478 new_mft_total = (wnd->nbits + MFT_INCREASE_CHUNK + 127) & (CLST)~127; in ntfs_extend_mft()