Searched refs:restype (Results 1 – 8 of 8) sorted by relevance
/linux-4.19.296/drivers/pci/controller/ |
D | pci-xgene.c | 373 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()
|
D | pcie-rcar.c | 1026 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/ |
D | clnt4xdr.c | 567 #define PROC(proc, argtype, restype) \ argument 571 .p_decode = nlm4_xdr_dec_##restype, \ 573 .p_replen = NLM4_##restype##_sz, \
|
D | clntxdr.c | 565 #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/ |
D | nfs4callback.c | 688 #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/ |
D | nfs2xdr.c | 1150 #define PROC(proc, argtype, restype, timer) \ argument 1154 .p_decode = nfs2_xdr_dec_##restype, \ 1156 .p_replen = NFS_##restype##_sz, \
|
D | nfs3xdr.c | 2557 #define PROC(proc, argtype, restype, timer) \ argument 2561 .p_decode = nfs3_xdr_dec_##restype##3res, \ 2563 .p_replen = NFS3_##restype##res_sz, \
|
D | nfs4xdr.c | 7703 #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
|