Home
last modified time | relevance | path

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

/linux-4.1.27/net/sunrpc/xprtrdma/
Drpc_rdma.c388 enum rpcrdma_chunktype rtype, wtype; in rpcrdma_marshal_req() local
425 wtype = rpcrdma_noch; in rpcrdma_marshal_req()
427 wtype = rpcrdma_replych; in rpcrdma_marshal_req()
429 wtype = rpcrdma_writech; in rpcrdma_marshal_req()
431 wtype = rpcrdma_replych; in rpcrdma_marshal_req()
455 if (rtype != rpcrdma_noch && wtype == rpcrdma_replych) in rpcrdma_marshal_req()
456 wtype = rpcrdma_noch; in rpcrdma_marshal_req()
457 if (rtype != rpcrdma_noch && wtype != rpcrdma_noch) { in rpcrdma_marshal_req()
486 if (wtype != rpcrdma_noch) { in rpcrdma_marshal_req()
507 if (wtype == rpcrdma_noch) in rpcrdma_marshal_req()
[all …]
/linux-4.1.27/fs/quota/
Ddquot.c1790 int wtype; in __dquot_free_space() local
1795 wtype = info_bdq_free(dquots[cnt], number); in __dquot_free_space()
1796 if (wtype != QUOTA_NL_NOWARN) in __dquot_free_space()
1797 prepare_warning(&warn[cnt], dquots[cnt], wtype); in __dquot_free_space()
1832 int wtype; in dquot_free_inode() local
1837 wtype = info_idq_free(dquots[cnt], 1); in dquot_free_inode()
1838 if (wtype != QUOTA_NL_NOWARN) in dquot_free_inode()
1839 prepare_warning(&warn[cnt], dquots[cnt], wtype); in dquot_free_inode()
1917 int wtype; in __dquot_transfer() local
1918 wtype = info_idq_free(transfer_from[cnt], 1); in __dquot_transfer()
[all …]
/linux-4.1.27/drivers/isdn/act2000/
Dcapi.h52 unsigned wtype:7; /* W-element type */ member
/linux-4.1.27/arch/mips/include/asm/octeon/
Dcvmx-sli-defs.h1816 uint64_t wtype:2; member
1822 uint64_t wtype:2;
1839 uint64_t wtype:2; member
1845 uint64_t wtype:2;
1865 uint64_t wtype:2; member
1873 uint64_t wtype:2;
/linux-4.1.27/arch/mips/pci/
Dpcie-octeon.c1348 mem_access_subid.s.wtype = 0; /* "No snoop" and "Relaxed ordering" are not set */ in __cvmx_pcie_rc_initialize_gen2()