Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs3/
H A Dattrib.c181 if (!run_add_entry(run, vcn, lcn, flen, opt & ALLOCATE_MFT)) { in attr_allocate_clusters()
201 if (flen >= len || (opt & ALLOCATE_MFT) || in attr_allocate_clusters()
577 is_mft ? ALLOCATE_MFT : ALLOCATE_DEF, &alen, in attr_set_size()
H A Dfsntfs.c363 if (opt & ALLOCATE_MFT) { in ntfs_look_for_free_space()
440 if (!(opt & ALLOCATE_MFT)) in ntfs_look_for_free_space()
H A Dntfs_fs.h134 ALLOCATE_MFT = 1, // Allocate for MFT. enumerator