Searched refs:cp_count (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | gdth.c | 985 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 D | xdr4.h | 552 u64 cp_count; member
|
H A D | nfs4proc.c | 1376 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 D | nfs4xdr.c | 1814 p = xdr_decode_hyper(p, ©->cp_count); in nfsd4_decode_copy()
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | xdr4.h | 550 u64 cp_count; member
|
H A D | nfs4proc.c | 1635 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 D | nfs4xdr.c | 1995 if (xdr_stream_decode_u64(argp->xdr, ©->cp_count) < 0) in nfsd4_decode_copy()
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | debug.c | 412 si->cp_count, si->bg_cp_count); in stat_show()
|
H A D | sysfs.c | 623 F2FS_STAT_ATTR(STAT_INFO, f2fs_stat_info, cp_foreground_calls, cp_count);
|
H A D | f2fs.h | 3594 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 D | debug.c | 505 seq_printf(s, "CP count: %d\n", si->cp_count); in stat_show()
|
H A D | f2fs.h | 3936 int cp_call_count[MAX_CALL_TYPE], cp_count; member 3963 #define stat_inc_cp_count(si) (F2FS_STAT(sbi)->cp_count++)
|
Completed in 49 milliseconds