Home
last modified time | relevance | path

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

/fs/hpfs/
Dmap.c61 unsigned cpi; in hpfs_load_code_page() local
80 cpi = le16_to_cpu(cp->array[0].index); in hpfs_load_code_page()
83 if (cpi >= 3) { in hpfs_load_code_page()
89 if (le16_to_cpu(cpd->offs[cpi]) > 0x178) { in hpfs_load_code_page()
94 ptr = (unsigned char *)cpd + le16_to_cpu(cpd->offs[cpi]) + 6; in hpfs_load_code_page()
/fs/ufs/
Dutil.h23 static inline struct ufs_buffer_head *UCPI_UBH(struct ufs_cg_private_info *cpi) in UCPI_UBH() argument
25 return &cpi->c_ubh; in UCPI_UBH()