Searched refs:wtype (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/ |
D | rpc_rdma.c | 422 enum rpcrdma_chunktype wtype) in rpcrdma_encode_write_list() argument 430 if (wtype != rpcrdma_writech) in rpcrdma_encode_write_list() 436 wtype, seg); in rpcrdma_encode_write_list() 487 enum rpcrdma_chunktype wtype) in rpcrdma_encode_reply_chunk() argument 495 if (wtype != rpcrdma_replych) { in rpcrdma_encode_reply_chunk() 502 nsegs = rpcrdma_convert_iovs(r_xprt, &rqst->rq_rcv_buf, 0, wtype, seg); in rpcrdma_encode_reply_chunk() 880 enum rpcrdma_chunktype rtype, wtype; in rpcrdma_marshal_req() local 922 wtype = rpcrdma_noch; in rpcrdma_marshal_req() 925 wtype = rpcrdma_writech; in rpcrdma_marshal_req() 927 wtype = rpcrdma_replych; in rpcrdma_marshal_req() [all …]
|
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
D | cvmx-sli-defs.h | 109 __BITFIELD_FIELD(uint64_t wtype:2, 121 __BITFIELD_FIELD(uint64_t wtype:2,
|
/kernel/linux/linux-5.10/fs/quota/ |
D | dquot.c | 1871 int wtype; in __dquot_free_space() local 1877 wtype = info_bdq_free(dquots[cnt], number); in __dquot_free_space() 1878 if (wtype != QUOTA_NL_NOWARN) in __dquot_free_space() 1879 prepare_warning(&warn[cnt], dquots[cnt], wtype); in __dquot_free_space() 1918 int wtype; in dquot_free_inode() local 1924 wtype = info_idq_free(dquots[cnt], 1); in dquot_free_inode() 1925 if (wtype != QUOTA_NL_NOWARN) in dquot_free_inode() 1926 prepare_warning(&warn[cnt], dquots[cnt], wtype); in dquot_free_inode() 2021 int wtype; in __dquot_transfer() local 2024 wtype = info_idq_free(transfer_from[cnt], inode_usage); in __dquot_transfer() [all …]
|
/kernel/linux/linux-5.10/include/trace/events/ |
D | rpcrdma.h | 636 unsigned int wtype 639 TP_ARGS(req, rtype, wtype), 650 __field(unsigned int, wtype) 664 __entry->wtype = wtype; 672 xprtrdma_show_chunktype(__entry->wtype)
|
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
D | zcrypt_ccamisc.h | 106 u8 wtype; /* wrapping method, 0x00 clear, 0x01 AES */ member
|
/kernel/linux/linux-5.10/drivers/android/ |
D | binder.c | 4992 enum binder_work_type wtype; in binder_release_work() local 4997 wtype = w ? w->type : 0; in binder_release_work() 5002 switch (wtype) { in binder_release_work() 5040 wtype); in binder_release_work()
|
/kernel/linux/linux-5.10/arch/mips/pci/ |
D | pcie-octeon.c | 1346 mem_access_subid.s.wtype = 0; /* "No snoop" and "Relaxed ordering" are not set */ in __cvmx_pcie_rc_initialize_gen2()
|