Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Dchio.h90 int cp_type; member
/linux-6.12.1/drivers/scsi/
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.12.1/fs/udf/
Dinode.c2030 int8_t cp_type; in udf_setup_indirect_aext() local
2033 err = udf_current_aext(inode, epos, &cp_loc, &cp_len, &cp_type, 0); in udf_setup_indirect_aext()
2036 cp_len |= ((uint32_t)cp_type) << 30; in udf_setup_indirect_aext()