Searched refs:argtype (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | debugfs.h | 73 #define MVM_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \ argument 78 argtype *arg = file->private_data; \ 88 #define _MVM_DEBUGFS_READ_WRITE_FILE_OPS(name, buflen, argtype) \ argument 89 MVM_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \ 97 #define _MVM_DEBUGFS_WRITE_FILE_OPS(name, buflen, argtype) \ argument 98 MVM_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \
|
/Linux-v4.19/fs/lockd/ |
D | clnt4xdr.c | 577 #define PROC(proc, argtype, restype) \ argument 580 .p_encode = nlm4_xdr_enc_##argtype, \ 582 .p_arglen = NLM4_##argtype##_sz, \
|
D | clntxdr.c | 575 #define PROC(proc, argtype, restype) \ argument 578 .p_encode = nlm_xdr_enc_##argtype, \ 580 .p_arglen = NLM_##argtype##_sz, \
|
/Linux-v4.19/fs/nfs/ |
D | nfs2xdr.c | 1150 #define PROC(proc, argtype, restype, timer) \ argument 1153 .p_encode = nfs2_xdr_enc_##argtype, \ 1155 .p_arglen = NFS_##argtype##_sz, \
|
D | nfs3xdr.c | 2553 #define PROC(proc, argtype, restype, timer) \ argument 2556 .p_encode = nfs3_xdr_enc_##argtype##3args, \ 2558 .p_arglen = NFS3_##argtype##args_sz, \
|
D | nfs4xdr.c | 7699 #define PROC(proc, argtype, restype) \ argument 7702 .p_encode = nfs4_xdr_##argtype, \ 7704 .p_arglen = NFS4_##argtype##_sz, \ 7716 #define PROC41(proc, argtype, restype) \ argument 7717 PROC(proc, argtype, restype) 7719 #define PROC41(proc, argtype, restype) \ argument 7724 #define PROC42(proc, argtype, restype) \ argument 7725 PROC(proc, argtype, restype) 7727 #define PROC42(proc, argtype, restype) \ argument
|
/Linux-v4.19/fs/nfsd/ |
D | nfs4callback.c | 688 #define PROC(proc, call, argtype, restype) \ argument 691 .p_encode = nfs4_xdr_enc_##argtype, \ 693 .p_arglen = NFS4_enc_##argtype##_sz, \
|