Searched refs:argtype (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/net/wireless/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-4.4.14/fs/lockd/ |
D | clntxdr.c | 564 #define PROC(proc, argtype, restype) \ argument 567 .p_encode = (kxdreproc_t)nlm_xdr_enc_##argtype, \ 569 .p_arglen = NLM_##argtype##_sz, \
|
D | clnt4xdr.c | 566 #define PROC(proc, argtype, restype) \ argument 569 .p_encode = (kxdreproc_t)nlm4_xdr_enc_##argtype, \ 571 .p_arglen = NLM4_##argtype##_sz, \
|
/linux-4.4.14/fs/nfsd/ |
D | nfs4callback.c | 629 #define PROC(proc, call, argtype, restype) \ argument 632 .p_encode = (kxdreproc_t)nfs4_xdr_enc_##argtype, \ 634 .p_arglen = NFS4_enc_##argtype##_sz, \
|
/linux-4.4.14/fs/nfs/ |
D | nfs2xdr.c | 1118 #define PROC(proc, argtype, restype, timer) \ argument 1121 .p_encode = (kxdreproc_t)nfs2_xdr_enc_##argtype, \ 1123 .p_arglen = NFS_##argtype##_sz, \
|
D | nfs3xdr.c | 2495 #define PROC(proc, argtype, restype, timer) \ argument 2498 .p_encode = (kxdreproc_t)nfs3_xdr_enc_##argtype##3args, \ 2500 .p_arglen = NFS3_##argtype##args_sz, \
|
D | nfs4xdr.c | 7439 #define PROC(proc, argtype, restype) \ argument 7442 .p_encode = (kxdreproc_t)nfs4_xdr_##argtype, \ 7444 .p_arglen = NFS4_##argtype##_sz, \
|