Home
last modified time | relevance | path

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

/fs/ntfs3/
Dattrib.c203 if (!run_add_entry(run, vcn, lcn, flen, opt == ALLOCATE_MFT)) { in attr_allocate_clusters()
212 if (flen >= len || opt == ALLOCATE_MFT || in attr_allocate_clusters()
582 is_mft ? ALLOCATE_MFT : 0, &alen, in attr_set_size()
Dfsntfs.c367 if (opt & ALLOCATE_MFT) { in ntfs_look_for_free_space()
444 if (!(opt & ALLOCATE_MFT)) in ntfs_look_for_free_space()
Dntfs_fs.h129 ALLOCATE_MFT = 1, // Allocate for MFT. enumerator