| /Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/ |
| D | debugfs.h | 68 #define MVM_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \ argument 73 argtype *arg = file->private_data; \ 83 #define _MVM_DEBUGFS_READ_WRITE_FILE_OPS(name, buflen, argtype) \ argument 84 MVM_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \ 92 #define _MVM_DEBUGFS_WRITE_FILE_OPS(name, buflen, argtype) \ argument 93 MVM_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \
|
| /Linux-v5.4/drivers/net/wireless/intel/iwlwifi/fw/ |
| D | debugfs.c | 68 #define FWRT_DEBUGFS_OPEN_WRAPPER(name, buflen, argtype) \ argument 70 argtype *arg; \ 118 #define _FWRT_DEBUGFS_READ_FILE_OPS(name, buflen, argtype) \ argument 119 FWRT_DEBUGFS_OPEN_WRAPPER(name, buflen, argtype) \ 128 #define FWRT_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \ argument 133 argtype *arg = \ 144 #define _FWRT_DEBUGFS_READ_WRITE_FILE_OPS(name, buflen, argtype) \ argument 145 FWRT_DEBUGFS_OPEN_WRAPPER(name, buflen, argtype) \ 146 FWRT_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \ 156 #define _FWRT_DEBUGFS_WRITE_FILE_OPS(name, buflen, argtype) \ argument [all …]
|
| /Linux-v5.4/fs/lockd/ |
| D | clnt4xdr.c | 553 #define PROC(proc, argtype, restype) \ argument 556 .p_encode = nlm4_xdr_enc_##argtype, \ 558 .p_arglen = NLM4_##argtype##_sz, \
|
| D | clntxdr.c | 551 #define PROC(proc, argtype, restype) \ argument 554 .p_encode = nlm_xdr_enc_##argtype, \ 556 .p_arglen = NLM_##argtype##_sz, \
|
| /Linux-v5.4/fs/nfs/ |
| D | nfs2xdr.c | 1126 #define PROC(proc, argtype, restype, timer) \ argument 1129 .p_encode = nfs2_xdr_enc_##argtype, \ 1131 .p_arglen = NFS_##argtype##_sz, \
|
| D | nfs3xdr.c | 2512 #define PROC(proc, argtype, restype, timer) \ argument 2515 .p_encode = nfs3_xdr_enc_##argtype##3args, \ 2517 .p_arglen = NFS3_##argtype##args_sz, \
|
| D | nfs4xdr.c | 7490 #define PROC(proc, argtype, restype) \ argument 7493 .p_encode = nfs4_xdr_##argtype, \ 7495 .p_arglen = NFS4_##argtype##_sz, \ 7507 #define PROC41(proc, argtype, restype) \ argument 7508 PROC(proc, argtype, restype) 7510 #define PROC41(proc, argtype, restype) \ argument 7515 #define PROC42(proc, argtype, restype) \ argument 7516 PROC(proc, argtype, restype) 7518 #define PROC42(proc, argtype, restype) \ argument
|
| /Linux-v5.4/fs/nfsd/ |
| D | nfs4callback.c | 767 #define PROC(proc, call, argtype, restype) \ argument 770 .p_encode = nfs4_xdr_enc_##argtype, \ 772 .p_arglen = NFS4_enc_##argtype##_sz, \
|