wtype             109 arch/mips/include/asm/octeon/cvmx-sli-defs.h 		__BITFIELD_FIELD(uint64_t wtype:2,
wtype             121 arch/mips/include/asm/octeon/cvmx-sli-defs.h 		__BITFIELD_FIELD(uint64_t wtype:2,
wtype            1346 arch/mips/pci/pcie-octeon.c 	mem_access_subid.s.wtype = 0;	/* "No snoop" and "Relaxed ordering" are not set */
wtype            1872 fs/quota/dquot.c 		int wtype;
wtype            1878 fs/quota/dquot.c 		wtype = info_bdq_free(dquots[cnt], number);
wtype            1879 fs/quota/dquot.c 		if (wtype != QUOTA_NL_NOWARN)
wtype            1880 fs/quota/dquot.c 			prepare_warning(&warn[cnt], dquots[cnt], wtype);
wtype            1919 fs/quota/dquot.c 		int wtype;
wtype            1925 fs/quota/dquot.c 		wtype = info_idq_free(dquots[cnt], 1);
wtype            1926 fs/quota/dquot.c 		if (wtype != QUOTA_NL_NOWARN)
wtype            1927 fs/quota/dquot.c 			prepare_warning(&warn[cnt], dquots[cnt], wtype);
wtype            2022 fs/quota/dquot.c 			int wtype;
wtype            2025 fs/quota/dquot.c 			wtype = info_idq_free(transfer_from[cnt], inode_usage);
wtype            2026 fs/quota/dquot.c 			if (wtype != QUOTA_NL_NOWARN)
wtype            2028 fs/quota/dquot.c 						transfer_from[cnt], wtype);
wtype            2029 fs/quota/dquot.c 			wtype = info_bdq_free(transfer_from[cnt],
wtype            2031 fs/quota/dquot.c 			if (wtype != QUOTA_NL_NOWARN)
wtype            2033 fs/quota/dquot.c 						transfer_from[cnt], wtype);
wtype             552 include/trace/events/rpcrdma.h 		unsigned int wtype
wtype             555 include/trace/events/rpcrdma.h 	TP_ARGS(req, rtype, wtype),
wtype             566 include/trace/events/rpcrdma.h 		__field(unsigned int, wtype)
wtype             580 include/trace/events/rpcrdma.h 		__entry->wtype = wtype;
wtype             588 include/trace/events/rpcrdma.h 		xprtrdma_show_chunktype(__entry->wtype)
wtype             443 net/sunrpc/xprtrdma/rpc_rdma.c 				     enum rpcrdma_chunktype wtype)
wtype             451 net/sunrpc/xprtrdma/rpc_rdma.c 	if (wtype != rpcrdma_writech)
wtype             457 net/sunrpc/xprtrdma/rpc_rdma.c 				     wtype, seg);
wtype             506 net/sunrpc/xprtrdma/rpc_rdma.c 				      enum rpcrdma_chunktype wtype)
wtype             514 net/sunrpc/xprtrdma/rpc_rdma.c 	if (wtype != rpcrdma_replych)
wtype             518 net/sunrpc/xprtrdma/rpc_rdma.c 	nsegs = rpcrdma_convert_iovs(r_xprt, &rqst->rq_rcv_buf, 0, wtype, seg);
wtype             798 net/sunrpc/xprtrdma/rpc_rdma.c 	enum rpcrdma_chunktype rtype, wtype;
wtype             833 net/sunrpc/xprtrdma/rpc_rdma.c 		wtype = rpcrdma_noch;
wtype             836 net/sunrpc/xprtrdma/rpc_rdma.c 		wtype = rpcrdma_writech;
wtype             838 net/sunrpc/xprtrdma/rpc_rdma.c 		wtype = rpcrdma_replych;
wtype             897 net/sunrpc/xprtrdma/rpc_rdma.c 	ret = rpcrdma_encode_write_list(r_xprt, req, rqst, wtype);
wtype             900 net/sunrpc/xprtrdma/rpc_rdma.c 	ret = rpcrdma_encode_reply_chunk(r_xprt, req, rqst, wtype);
wtype             909 net/sunrpc/xprtrdma/rpc_rdma.c 	trace_xprtrdma_marshal(req, rtype, wtype);