Home
last modified time | relevance | path

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

/fs/hpfs/
Dmap.c42 unsigned cpi; in hpfs_load_code_page() local
60 cpi = le16_to_cpu(cp->array[0].index); in hpfs_load_code_page()
63 if (cpi >= 3) { in hpfs_load_code_page()
69 if (le16_to_cpu(cpd->offs[cpi]) > 0x178) { in hpfs_load_code_page()
74 ptr = (unsigned char *)cpd + le16_to_cpu(cpd->offs[cpi]) + 6; in hpfs_load_code_page()
/fs/ufs/
Dutil.h22 static inline struct ufs_buffer_head *UCPI_UBH(struct ufs_cg_private_info *cpi) in UCPI_UBH() argument
24 return &cpi->c_ubh; in UCPI_UBH()