Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ntfs3/
Dattrib.c893 u32 clst_per_frame; in attr_data_get_block() local
939 clst_per_frame = 1u << attr_b->nres.c_unit; in attr_data_get_block()
940 to_alloc = (clen + clst_per_frame - 1) & ~(clst_per_frame - 1); in attr_data_get_block()
983 to_alloc = (clen + clst_per_frame - 1) & in attr_data_get_block()
984 ~(clst_per_frame - 1); in attr_data_get_block()