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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dresize.c103 u16 cl_bpc = le16_to_cpu(cl->cl_bpc); local
119 num_bits = new_clusters * cl_bpc;
280 u16 cl_bpc; local
338 cl_bpc = le16_to_cpu(fe->id2.i_chain.cl_bpc);
339 if (le16_to_cpu(group->bg_bits) / cl_bpc + new_clusters >
392 u16 cl_bpc = le16_to_cpu(di->id2.i_chain.cl_bpc); local
404 else if (le16_to_cpu(gd->bg_bits) != input->clusters * cl_bpc)
473 u16 cl_bpc; local
[all...]
H A Dsuballoc.c172 return (u32)le16_to_cpu(cl->cl_cpg) * (u32)le16_to_cpu(cl->cl_bpc);
250 max_bits = le16_to_cpu(di->id2.i_chain.cl_cpg) * le16_to_cpu(di->id2.i_chain.cl_bpc);
371 le16_to_cpu(cl->cl_bpc));
373 le16_add_cpu(&bg->bg_bits, clusters * le16_to_cpu(cl->cl_bpc));
375 clusters * le16_to_cpu(cl->cl_bpc));
534 le16_to_cpu(bg->bg_bits) / le16_to_cpu(cl->cl_bpc);
566 le16_to_cpu(bg->bg_bits) / le16_to_cpu(cl->cl_bpc);
1625 unsigned int bpc = le16_to_cpu(cl->cl_bpc);
2636 printk("id2.i_chain.cl_bpc: %u\n", fe->id2.i_chain.cl_bpc);
[all...]
H A Docfs2_fs.h492 __le16 cl_bpc; /* Bits per cluster */ member in struct:ocfs2_chain_list

Completed in 71 milliseconds