Home
last modified time | relevance | path

Searched refs:wtype (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/net/sunrpc/xprtrdma/
Drpc_rdma.c443 enum rpcrdma_chunktype wtype) in rpcrdma_encode_write_list() argument
451 if (wtype != rpcrdma_writech) in rpcrdma_encode_write_list()
457 wtype, seg); in rpcrdma_encode_write_list()
506 enum rpcrdma_chunktype wtype) in rpcrdma_encode_reply_chunk() argument
514 if (wtype != rpcrdma_replych) in rpcrdma_encode_reply_chunk()
518 nsegs = rpcrdma_convert_iovs(r_xprt, &rqst->rq_rcv_buf, 0, wtype, seg); in rpcrdma_encode_reply_chunk()
798 enum rpcrdma_chunktype rtype, wtype; in rpcrdma_marshal_req() local
833 wtype = rpcrdma_noch; in rpcrdma_marshal_req()
836 wtype = rpcrdma_writech; in rpcrdma_marshal_req()
838 wtype = rpcrdma_replych; in rpcrdma_marshal_req()
[all …]
/Linux-v5.4/arch/mips/include/asm/octeon/
Dcvmx-sli-defs.h109 __BITFIELD_FIELD(uint64_t wtype:2,
121 __BITFIELD_FIELD(uint64_t wtype:2,
/Linux-v5.4/fs/quota/
Ddquot.c1870 int wtype; in __dquot_free_space() local
1876 wtype = info_bdq_free(dquots[cnt], number); in __dquot_free_space()
1877 if (wtype != QUOTA_NL_NOWARN) in __dquot_free_space()
1878 prepare_warning(&warn[cnt], dquots[cnt], wtype); in __dquot_free_space()
1917 int wtype; in dquot_free_inode() local
1923 wtype = info_idq_free(dquots[cnt], 1); in dquot_free_inode()
1924 if (wtype != QUOTA_NL_NOWARN) in dquot_free_inode()
1925 prepare_warning(&warn[cnt], dquots[cnt], wtype); in dquot_free_inode()
2020 int wtype; in __dquot_transfer() local
2023 wtype = info_idq_free(transfer_from[cnt], inode_usage); in __dquot_transfer()
[all …]
/Linux-v5.4/include/trace/events/
Drpcrdma.h552 unsigned int wtype
555 TP_ARGS(req, rtype, wtype),
566 __field(unsigned int, wtype)
580 __entry->wtype = wtype;
588 xprtrdma_show_chunktype(__entry->wtype)
/Linux-v5.4/arch/mips/pci/
Dpcie-octeon.c1346 mem_access_subid.s.wtype = 0; /* "No snoop" and "Relaxed ordering" are not set */ in __cvmx_pcie_rc_initialize_gen2()