| /Linux-v5.10/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.10/drivers/net/wireless/intel/iwlwifi/fw/ |
| D | debugfs.c | 67 #define FWRT_DEBUGFS_OPEN_WRAPPER(name, buflen, argtype) \ argument 69 argtype *arg; \ 117 #define _FWRT_DEBUGFS_READ_FILE_OPS(name, buflen, argtype) \ argument 118 FWRT_DEBUGFS_OPEN_WRAPPER(name, buflen, argtype) \ 127 #define FWRT_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \ argument 132 argtype *arg = \ 143 #define _FWRT_DEBUGFS_READ_WRITE_FILE_OPS(name, buflen, argtype) \ argument 144 FWRT_DEBUGFS_OPEN_WRAPPER(name, buflen, argtype) \ 145 FWRT_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \ 155 #define _FWRT_DEBUGFS_WRITE_FILE_OPS(name, buflen, argtype) \ argument [all …]
|
| /Linux-v5.10/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.10/fs/nfs/ |
| D | nfs2xdr.c | 1121 #define PROC(proc, argtype, restype, timer) \ argument 1124 .p_encode = nfs2_xdr_enc_##argtype, \ 1126 .p_arglen = NFS_##argtype##_sz, \
|
| D | nfs3xdr.c | 2511 #define PROC(proc, argtype, restype, timer) \ argument 2514 .p_encode = nfs3_xdr_enc_##argtype##3args, \ 2516 .p_arglen = NFS3_##argtype##args_sz, \
|
| D | nfs4xdr.c | 7517 #define PROC(proc, argtype, restype) \ argument 7520 .p_encode = nfs4_xdr_##argtype, \ 7522 .p_arglen = NFS4_##argtype##_sz, \ 7534 #define PROC41(proc, argtype, restype) \ argument 7535 PROC(proc, argtype, restype) 7537 #define PROC41(proc, argtype, restype) \ argument 7542 #define PROC42(proc, argtype, restype) \ argument 7543 PROC(proc, argtype, restype) 7545 #define PROC42(proc, argtype, restype) \ argument
|
| /Linux-v5.10/fs/nfsd/ |
| D | nfs4callback.c | 768 #define PROC(proc, call, argtype, restype) \ argument 771 .p_encode = nfs4_xdr_enc_##argtype, \ 773 .p_arglen = NFS4_enc_##argtype##_sz, \
|