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

/linux-master/fs/ntfs3/
H A Dsuper.c1102 sbi->maxbytes_sparse = -1;
1106 sbi->maxbytes_sparse = (1ull << (cluster_bits + 32)) - 1;
H A Dntfs_fs.h229 u64 maxbytes_sparse; // Maximum size for sparse file. member in struct:ntfs_sb_info
H A Dattrib.c2373 if (bytes > sbi->maxbytes_sparse - alloc_size)
H A Dinode.c833 if (new_size > sbi->maxbytes_sparse) {

Completed in 212 milliseconds