Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ntfs3/
Dsuper.c1103 sbi->maxbytes_sparse = -1; in ntfs_init_from_boot()
1107 sbi->maxbytes_sparse = (1ull << (cluster_bits + 32)) - 1; in ntfs_init_from_boot()
Dntfs_fs.h229 u64 maxbytes_sparse; // Maximum size for sparse file. member
Dinode.c842 if (new_size > sbi->maxbytes_sparse) { in ntfs_set_size()
Dattrib.c2388 if (bytes > sbi->maxbytes_sparse - alloc_size) in attr_insert_range()