Home
last modified time | relevance | path

Searched refs:restype (Results 1 – 8 of 8) sorted by relevance

/linux-4.19.296/drivers/pci/controller/
Dpci-xgene.c373 u64 restype = resource_type(res); in xgene_pcie_setup_ob_reg() local
378 if (restype == IORESOURCE_MEM) { in xgene_pcie_setup_ob_reg()
418 u64 restype = resource_type(res); in xgene_pcie_map_ranges() local
422 switch (restype) { in xgene_pcie_map_ranges()
Dpcie-rcar.c1026 u64 restype = range->flags; in rcar_pcie_inbound_ranges() local
1035 if (restype & IORESOURCE_PREFETCH) in rcar_pcie_inbound_ranges()
/linux-4.19.296/fs/lockd/
Dclnt4xdr.c567 #define PROC(proc, argtype, restype) \ argument
571 .p_decode = nlm4_xdr_dec_##restype, \
573 .p_replen = NLM4_##restype##_sz, \
Dclntxdr.c565 #define PROC(proc, argtype, restype) \ argument
569 .p_decode = nlm_xdr_dec_##restype, \
571 .p_replen = NLM_##restype##_sz, \
/linux-4.19.296/fs/nfsd/
Dnfs4callback.c688 #define PROC(proc, call, argtype, restype) \ argument
692 .p_decode = nfs4_xdr_dec_##restype, \
694 .p_replen = NFS4_dec_##restype##_sz, \
/linux-4.19.296/fs/nfs/
Dnfs2xdr.c1150 #define PROC(proc, argtype, restype, timer) \ argument
1154 .p_decode = nfs2_xdr_dec_##restype, \
1156 .p_replen = NFS_##restype##_sz, \
Dnfs3xdr.c2557 #define PROC(proc, argtype, restype, timer) \ argument
2561 .p_decode = nfs3_xdr_dec_##restype##3res, \
2563 .p_replen = NFS3_##restype##res_sz, \
Dnfs4xdr.c7703 #define PROC(proc, argtype, restype) \ argument
7707 .p_decode = nfs4_xdr_##restype, \
7709 .p_replen = NFS4_##restype##_sz, \
7720 #define PROC41(proc, argtype, restype) \ argument
7721 PROC(proc, argtype, restype)
7723 #define PROC41(proc, argtype, restype) \ argument
7728 #define PROC42(proc, argtype, restype) \ argument
7729 PROC(proc, argtype, restype)
7731 #define PROC42(proc, argtype, restype) \ argument