Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Dntfs_fs.h234 u64 maxbytes_sparse; // Maximum size for sparse file. member
1172 return is_sparsed(ni) || is_compressed(ni) ? sbi->maxbytes_sparse : in ntfs_get_maxbytes()
H A Dsuper.c1196 sbi->maxbytes_sparse = -1; in ntfs_init_from_boot()
1200 sbi->maxbytes_sparse = (1ull << (cluster_bits + 32)) - 1; in ntfs_init_from_boot()