Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs3/
H A Dsuper.c1096 sbi->maxbytes_sparse = -1; in ntfs_init_from_boot()
1100 sbi->maxbytes_sparse = (1ull << (cluster_bits + 32)) - 1; in ntfs_init_from_boot()
H A Dntfs_fs.h229 u64 maxbytes_sparse; // Maximum size for sparse file. member
H A Dinode.c837 if (new_size > sbi->maxbytes_sparse) { in ntfs_set_size()
H A Dattrib.c2395 if (bytes > sbi->maxbytes_sparse - alloc_size) in attr_insert_range()