Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/ntfs3/
H A Dattrib.c895 u64 total_size, total_size0; in attr_data_get_block() local
1055 /* Save 'total_size0' to restore if error. */ in attr_data_get_block()
1056 total_size0 = le64_to_cpu(attr_b->nres.total_size); in attr_data_get_block()
1057 total_size = total_size0 + ((u64)alen << cluster_bits); in attr_data_get_block()
1215 attr_b->nres.total_size = cpu_to_le64(total_size0); in attr_data_get_block()
1216 inode_set_bytes(&ni->vfs_inode, total_size0); in attr_data_get_block()

Completed in 3 milliseconds