| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| A D | debugfs.h | 14 #define MVM_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \ argument 19 argtype *arg = file->private_data; \ 29 #define _MVM_DEBUGFS_READ_WRITE_FILE_OPS(name, buflen, argtype) \ argument 30 MVM_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \ 38 #define _MVM_DEBUGFS_WRITE_FILE_OPS(name, buflen, argtype) \ argument 39 MVM_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \
|
| /linux/drivers/net/wireless/intel/iwlwifi/fw/ |
| A D | debugfs.c | 12 #define FWRT_DEBUGFS_OPEN_WRAPPER(name, buflen, argtype) \ argument 14 argtype *arg; \ 62 #define _FWRT_DEBUGFS_READ_FILE_OPS(name, buflen, argtype) \ argument 63 FWRT_DEBUGFS_OPEN_WRAPPER(name, buflen, argtype) \ 72 #define FWRT_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \ argument 77 argtype *arg = \ 89 FWRT_DEBUGFS_OPEN_WRAPPER(name, buflen, argtype) \ 90 FWRT_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \ 100 #define _FWRT_DEBUGFS_WRITE_FILE_OPS(name, buflen, argtype) \ argument 101 FWRT_DEBUGFS_OPEN_WRAPPER(name, buflen, argtype) \ [all …]
|
| /linux/fs/lockd/ |
| A D | clntxdr.c | 551 #define PROC(proc, argtype, restype) \ argument 554 .p_encode = nlm_xdr_enc_##argtype, \ 556 .p_arglen = NLM_##argtype##_sz, \
|
| A D | clnt4xdr.c | 546 #define PROC(proc, argtype, restype) \ argument 549 .p_encode = nlm4_xdr_enc_##argtype, \ 551 .p_arglen = NLM4_##argtype##_sz, \
|
| /linux/fs/nfs/ |
| A D | nfs2xdr.c | 1053 #define PROC(proc, argtype, restype, timer) \ argument 1056 .p_encode = nfs2_xdr_enc_##argtype, \ 1058 .p_arglen = NFS_##argtype##_sz, \
|
| A D | nfs3xdr.c | 2440 #define PROC(proc, argtype, restype, timer) \ argument 2443 .p_encode = nfs3_xdr_enc_##argtype##3args, \ 2445 .p_arglen = NFS3_##argtype##args_sz, \
|
| A D | nfs4xdr.c | 7611 #define PROC(proc, argtype, restype) \ argument 7614 .p_encode = nfs4_xdr_##argtype, \ 7616 .p_arglen = NFS4_##argtype##_sz, \ 7628 #define PROC41(proc, argtype, restype) \ argument 7629 PROC(proc, argtype, restype) 7631 #define PROC41(proc, argtype, restype) \ argument 7636 #define PROC42(proc, argtype, restype) \ argument 7637 PROC(proc, argtype, restype) 7639 #define PROC42(proc, argtype, restype) \ argument
|
| /linux/fs/nfsd/ |
| A D | nfs4callback.c | 908 #define PROC(proc, call, argtype, restype) \ argument 911 .p_encode = nfs4_xdr_enc_##argtype, \ 913 .p_arglen = NFS4_enc_##argtype##_sz, \
|