Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Ddebugfs.h73 #define MVM_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \ argument
78 argtype *arg = file->private_data; \
88 #define _MVM_DEBUGFS_READ_WRITE_FILE_OPS(name, buflen, argtype) \ argument
89 MVM_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \
97 #define _MVM_DEBUGFS_WRITE_FILE_OPS(name, buflen, argtype) \ argument
98 MVM_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \
/linux-4.4.14/fs/lockd/
Dclntxdr.c564 #define PROC(proc, argtype, restype) \ argument
567 .p_encode = (kxdreproc_t)nlm_xdr_enc_##argtype, \
569 .p_arglen = NLM_##argtype##_sz, \
Dclnt4xdr.c566 #define PROC(proc, argtype, restype) \ argument
569 .p_encode = (kxdreproc_t)nlm4_xdr_enc_##argtype, \
571 .p_arglen = NLM4_##argtype##_sz, \
/linux-4.4.14/fs/nfsd/
Dnfs4callback.c629 #define PROC(proc, call, argtype, restype) \ argument
632 .p_encode = (kxdreproc_t)nfs4_xdr_enc_##argtype, \
634 .p_arglen = NFS4_enc_##argtype##_sz, \
/linux-4.4.14/fs/nfs/
Dnfs2xdr.c1118 #define PROC(proc, argtype, restype, timer) \ argument
1121 .p_encode = (kxdreproc_t)nfs2_xdr_enc_##argtype, \
1123 .p_arglen = NFS_##argtype##_sz, \
Dnfs3xdr.c2495 #define PROC(proc, argtype, restype, timer) \ argument
2498 .p_encode = (kxdreproc_t)nfs3_xdr_enc_##argtype##3args, \
2500 .p_arglen = NFS3_##argtype##args_sz, \
Dnfs4xdr.c7439 #define PROC(proc, argtype, restype) \ argument
7442 .p_encode = (kxdreproc_t)nfs4_xdr_##argtype, \
7444 .p_arglen = NFS4_##argtype##_sz, \