Home
last modified time | relevance | path

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

/linux-4.4.14/net/sunrpc/xprtrdma/
Drpc_rdma.c441 enum rpcrdma_chunktype rtype, wtype; in rpcrdma_marshal_req() local
472 wtype = rpcrdma_writech; in rpcrdma_marshal_req()
474 wtype = rpcrdma_noch; in rpcrdma_marshal_req()
476 wtype = rpcrdma_replych; in rpcrdma_marshal_req()
504 if (rtype != rpcrdma_noch && wtype == rpcrdma_replych) in rpcrdma_marshal_req()
505 wtype = rpcrdma_noch; in rpcrdma_marshal_req()
506 if (rtype != rpcrdma_noch && wtype != rpcrdma_noch) { in rpcrdma_marshal_req()
533 wtype = rtype; /* simplify dprintk */ in rpcrdma_marshal_req()
535 } else if (wtype != rpcrdma_noch) { in rpcrdma_marshal_req()
537 headerp, wtype); in rpcrdma_marshal_req()
[all …]
/linux-4.4.14/fs/quota/
Ddquot.c1809 int wtype; in __dquot_free_space() local
1814 wtype = info_bdq_free(dquots[cnt], number); in __dquot_free_space()
1815 if (wtype != QUOTA_NL_NOWARN) in __dquot_free_space()
1816 prepare_warning(&warn[cnt], dquots[cnt], wtype); in __dquot_free_space()
1851 int wtype; in dquot_free_inode() local
1856 wtype = info_idq_free(dquots[cnt], 1); in dquot_free_inode()
1857 if (wtype != QUOTA_NL_NOWARN) in dquot_free_inode()
1858 prepare_warning(&warn[cnt], dquots[cnt], wtype); in dquot_free_inode()
1936 int wtype; in __dquot_transfer() local
1937 wtype = info_idq_free(transfer_from[cnt], 1); in __dquot_transfer()
[all …]
/linux-4.4.14/drivers/isdn/act2000/
Dcapi.h52 unsigned wtype:7; /* W-element type */ member
/linux-4.4.14/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.4.14/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()