Home
last modified time | relevance | path

Searched refs:argtype (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/
Ddebugfs.h68 #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/
Ddebugfs.c68 #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/
Dclnt4xdr.c553 #define PROC(proc, argtype, restype) \ argument
556 .p_encode = nlm4_xdr_enc_##argtype, \
558 .p_arglen = NLM4_##argtype##_sz, \
Dclntxdr.c551 #define PROC(proc, argtype, restype) \ argument
554 .p_encode = nlm_xdr_enc_##argtype, \
556 .p_arglen = NLM_##argtype##_sz, \
/Linux-v5.4/fs/nfs/
Dnfs2xdr.c1126 #define PROC(proc, argtype, restype, timer) \ argument
1129 .p_encode = nfs2_xdr_enc_##argtype, \
1131 .p_arglen = NFS_##argtype##_sz, \
Dnfs3xdr.c2512 #define PROC(proc, argtype, restype, timer) \ argument
2515 .p_encode = nfs3_xdr_enc_##argtype##3args, \
2517 .p_arglen = NFS3_##argtype##args_sz, \
Dnfs4xdr.c7490 #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/
Dnfs4callback.c767 #define PROC(proc, call, argtype, restype) \ argument
770 .p_encode = nfs4_xdr_enc_##argtype, \
772 .p_arglen = NFS4_enc_##argtype##_sz, \