Searched refs:MFT_INCREASE_CHUNK (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.1/fs/ntfs3/ | ||
| D | ntfs.h | 87 #define MFT_INCREASE_CHUNK 1024 macro |
| D | fsntfs.c | 478 new_mft_total = (wnd->nbits + MFT_INCREASE_CHUNK + 127) & (CLST)~127; in ntfs_extend_mft() |