Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Dntfs_fs.h232 u64 maxbytes_sparse; // Maximum size for sparse file. member
1202 return is_sparsed(ni) || is_compressed(ni) ? sbi->maxbytes_sparse : in ntfs_get_maxbytes()
H A Dsuper.c1214 sbi->maxbytes_sparse = MAX_LFS_FILESIZE; in ntfs_init_from_boot()
1218 sbi->maxbytes_sparse = (1ull << (cluster_bits + 32)) - 1; in ntfs_init_from_boot()
H A Dinode.c892 if (new_size > sbi->maxbytes_sparse) { in ntfs_set_size()
H A Dattrib.c2583 if (bytes > sbi->maxbytes_sparse - alloc_size) in attr_insert_range()