| /Linux-v5.15/drivers/net/wireless/intel/iwlwifi/mvm/ |
| D | debugfs.h | 13 #define MVM_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \ argument 18 argtype *arg = file->private_data; \ 28 #define _MVM_DEBUGFS_READ_WRITE_FILE_OPS(name, buflen, argtype) \ argument 29 MVM_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \ 37 #define _MVM_DEBUGFS_WRITE_FILE_OPS(name, buflen, argtype) \ argument 38 MVM_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \
|
| /Linux-v5.15/drivers/net/wireless/intel/iwlwifi/fw/ |
| 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 = \ 88 #define _FWRT_DEBUGFS_READ_WRITE_FILE_OPS(name, buflen, argtype) \ argument 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 [all …]
|
| /Linux-v5.15/fs/lockd/ |
| D | clntxdr.c | 551 #define PROC(proc, argtype, restype) \ argument 554 .p_encode = nlm_xdr_enc_##argtype, \ 556 .p_arglen = NLM_##argtype##_sz, \
|
| D | clnt4xdr.c | 553 #define PROC(proc, argtype, restype) \ argument 556 .p_encode = nlm4_xdr_enc_##argtype, \ 558 .p_arglen = NLM4_##argtype##_sz, \
|
| /Linux-v5.15/fs/nfs/ |
| D | nfs2xdr.c | 1122 #define PROC(proc, argtype, restype, timer) \ argument 1125 .p_encode = nfs2_xdr_enc_##argtype, \ 1127 .p_arglen = NFS_##argtype##_sz, \
|
| D | nfs3xdr.c | 2516 #define PROC(proc, argtype, restype, timer) \ argument 2519 .p_encode = nfs3_xdr_enc_##argtype##3args, \ 2521 .p_arglen = NFS3_##argtype##args_sz, \
|
| D | nfs4xdr.c | 7565 #define PROC(proc, argtype, restype) \ argument 7568 .p_encode = nfs4_xdr_##argtype, \ 7570 .p_arglen = NFS4_##argtype##_sz, \ 7582 #define PROC41(proc, argtype, restype) \ argument 7583 PROC(proc, argtype, restype) 7585 #define PROC41(proc, argtype, restype) \ argument 7590 #define PROC42(proc, argtype, restype) \ argument 7591 PROC(proc, argtype, restype) 7593 #define PROC42(proc, argtype, restype) \ argument
|
| /Linux-v5.15/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, \
|