Home
last modified time | relevance | path

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

/Linux-v4.19/net/sunrpc/xprtrdma/
Drpc_rdma.c395 struct rpc_rqst *rqst, enum rpcrdma_chunktype wtype) in rpcrdma_encode_write_list() argument
406 wtype, seg); in rpcrdma_encode_write_list()
455 struct rpc_rqst *rqst, enum rpcrdma_chunktype wtype) in rpcrdma_encode_reply_chunk() argument
464 nsegs = rpcrdma_convert_iovs(r_xprt, &rqst->rq_rcv_buf, 0, wtype, seg); in rpcrdma_encode_reply_chunk()
733 enum rpcrdma_chunktype rtype, wtype; in rpcrdma_marshal_req() local
768 wtype = rpcrdma_noch; in rpcrdma_marshal_req()
770 wtype = rpcrdma_writech; in rpcrdma_marshal_req()
772 wtype = rpcrdma_replych; in rpcrdma_marshal_req()
842 if (wtype == rpcrdma_writech) { in rpcrdma_marshal_req()
843 ret = rpcrdma_encode_write_list(r_xprt, req, rqst, wtype); in rpcrdma_marshal_req()
[all …]
/Linux-v4.19/arch/mips/include/asm/octeon/
Dcvmx-sli-defs.h108 __BITFIELD_FIELD(uint64_t wtype:2,
120 __BITFIELD_FIELD(uint64_t wtype:2,
/Linux-v4.19/fs/quota/
Ddquot.c1862 int wtype; in __dquot_free_space() local
1868 wtype = info_bdq_free(dquots[cnt], number); in __dquot_free_space()
1869 if (wtype != QUOTA_NL_NOWARN) in __dquot_free_space()
1870 prepare_warning(&warn[cnt], dquots[cnt], wtype); in __dquot_free_space()
1909 int wtype; in dquot_free_inode() local
1915 wtype = info_idq_free(dquots[cnt], 1); in dquot_free_inode()
1916 if (wtype != QUOTA_NL_NOWARN) in dquot_free_inode()
1917 prepare_warning(&warn[cnt], dquots[cnt], wtype); in dquot_free_inode()
2012 int wtype; in __dquot_transfer() local
2015 wtype = info_idq_free(transfer_from[cnt], inode_usage); in __dquot_transfer()
[all …]
/Linux-v4.19/include/trace/events/
Drpcrdma.h463 unsigned int wtype
466 TP_ARGS(rqst, hdrlen, rtype, wtype),
477 __field(unsigned int, wtype)
489 __entry->wtype = wtype;
497 xprtrdma_show_chunktype(__entry->wtype)
/Linux-v4.19/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()