Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ntfs3/
Dattrib.c818 u32 clst_per_frame; in attr_data_get_block() local
864 clst_per_frame = 1u << attr_b->nres.c_unit; in attr_data_get_block()
865 to_alloc = (clen + clst_per_frame - 1) & ~(clst_per_frame - 1); in attr_data_get_block()
908 to_alloc = (clen + clst_per_frame - 1) & in attr_data_get_block()
909 ~(clst_per_frame - 1); in attr_data_get_block()