Home
last modified time | relevance | path

Searched refs:cp_count (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Dgdth.c985 u16 cp_count,dp_offset,cmd_no; in gdth_copy_command() local
989 cp_count = ha->cmd_len; in gdth_copy_command()
997 if (cp_count & 3) in gdth_copy_command()
998 cp_count += (4 - (cp_count & 3)); in gdth_copy_command()
1000 ha->cmd_offs_dpmem += cp_count; in gdth_copy_command()
1009 memcpy_toio(&dp6_ptr->u.ic.gdt_dpr_cmd[dp_offset],cmd_ptr,cp_count); in gdth_copy_command()
1016 memcpy_toio(&dp6c_ptr->u.ic.gdt_dpr_cmd[dp_offset],cmd_ptr,cp_count); in gdth_copy_command()
1023 memcpy_toio(&dp6m_ptr->u.ic.gdt_dpr_cmd[dp_offset],cmd_ptr,cp_count); in gdth_copy_command()
/kernel/linux/linux-5.10/fs/nfsd/
H A Dxdr4.h552 u64 cp_count; member
H A Dnfs4proc.c1376 size_t bytes_total = copy->cp_count; in _nfsd_copy_file_range()
1424 dst->cp_count = src->cp_count; in dup_copy_fields()
H A Dnfs4xdr.c1814 p = xdr_decode_hyper(p, &copy->cp_count); in nfsd4_decode_copy()
/kernel/linux/linux-6.6/fs/nfsd/
H A Dxdr4.h550 u64 cp_count; member
H A Dnfs4proc.c1635 u64 bytes_total = copy->cp_count; in _nfsd_copy_file_range()
1694 dst->cp_count = src->cp_count; in dup_copy_fields()
1747 &cbo->co_fh, copy->cp_count, nfserr); in nfsd4_send_cb_offload()
H A Dnfs4xdr.c1995 if (xdr_stream_decode_u64(argp->xdr, &copy->cp_count) < 0) in nfsd4_decode_copy()
/kernel/linux/linux-5.10/fs/f2fs/
H A Ddebug.c412 si->cp_count, si->bg_cp_count); in stat_show()
H A Dsysfs.c623 F2FS_STAT_ATTR(STAT_INFO, f2fs_stat_info, cp_foreground_calls, cp_count);
H A Df2fs.h3594 int prefree_count, call_count, cp_count, bg_cp_count; member
3619 #define stat_inc_cp_count(si) ((si)->cp_count++)
/kernel/linux/linux-6.6/fs/f2fs/
H A Ddebug.c505 seq_printf(s, "CP count: %d\n", si->cp_count); in stat_show()
H A Df2fs.h3936 int cp_call_count[MAX_CALL_TYPE], cp_count; member
3963 #define stat_inc_cp_count(si) (F2FS_STAT(sbi)->cp_count++)

Completed in 56 milliseconds