Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dchio.h90 int cp_type; member
/linux-6.15/drivers/scsi/
H A Dch.c697 if (0 != ch_checkrange(ch, pos.cp_type, pos.cp_unit)) { in ch_ioctl()
703 ch->firsts[pos.cp_type] + pos.cp_unit, in ch_ioctl()
/linux-6.15/fs/udf/
H A Dinode.c2031 int8_t cp_type; in udf_setup_indirect_aext() local
2034 err = udf_current_aext(inode, epos, &cp_loc, &cp_len, &cp_type, 0); in udf_setup_indirect_aext()
2037 cp_len |= ((uint32_t)cp_type) << 30; in udf_setup_indirect_aext()