| /linux/include/uapi/asm-generic/ |
| H A D | ioctl.h | 86 #define _IOR(type,nr,argtype) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(argtype))) argument 87 #define _IOW(type,nr,argtype) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(argtype))) argument 88 #define _IOWR(type,nr,argtype) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(argtype))) argument 89 #define _IOR_BAD(type,nr,argtype) _IOC(_IOC_READ,(type),(nr),sizeof(argtype)) argument 90 #define _IOW_BAD(type,nr,argtype) _IOC(_IOC_WRITE,(type),(nr),sizeof(argtype)) argument 91 #define _IOWR_BAD(type,nr,argtype) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(argtype)) argument
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | debugfs.h | 14 #define MVM_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \ argument 19 argtype *arg = file->private_data; \ 29 #define _MVM_DEBUGFS_READ_WRITE_FILE_OPS(name, buflen, argtype) \ argument 30 MVM_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \ 38 #define _MVM_DEBUGFS_WRITE_FILE_OPS(name, buflen, argtype) \ argument 39 MVM_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \
|
| /linux/drivers/net/wireless/intel/iwlwifi/fw/ |
| H A D | debugfs.c | 13 #define FWRT_DEBUGFS_OPEN_WRAPPER(name, buflen, argtype) \ argument 15 argtype *arg; \ 63 #define _FWRT_DEBUGFS_READ_FILE_OPS(name, buflen, argtype) \ argument 64 FWRT_DEBUGFS_OPEN_WRAPPER(name, buflen, argtype) \ 73 #define FWRT_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \ argument 78 argtype *arg = \ 89 #define _FWRT_DEBUGFS_READ_WRITE_FILE_OPS(name, buflen, argtype) \ argument 90 FWRT_DEBUGFS_OPEN_WRAPPER(name, buflen, argtype) \ 91 FWRT_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \ 101 #define _FWRT_DEBUGFS_WRITE_FILE_OPS(name, buflen, argtype) \ argument [all …]
|
| /linux/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | debugfs.h | 8 #define MLD_DEBUGFS_OPEN_WRAPPER(name, buflen, argtype) \ argument 10 argtype *arg; \ 60 #define _MLD_DEBUGFS_READ_FILE_OPS(name, buflen, argtype) \ argument 61 MLD_DEBUGFS_OPEN_WRAPPER(name, buflen, argtype) \
|
| /linux/fs/lockd/ |
| H A D | clnt4xdr.c | 546 #define PROC(proc, argtype, restype) \ argument 549 .p_encode = nlm4_xdr_enc_##argtype, \ 551 .p_arglen = NLM4_##argtype##_sz, \
|
| H A D | clntxdr.c | 552 #define PROC(proc, argtype, restype) \ argument 555 .p_encode = nlm_xdr_enc_##argtype, \ 557 .p_arglen = NLM_##argtype##_sz, \
|
| /linux/fs/nfs/ |
| H A D | nfs2xdr.c | 1053 #define PROC(proc, argtype, restype, timer) \ argument 1056 .p_encode = nfs2_xdr_enc_##argtype, \ 1058 .p_arglen = NFS_##argtype##_sz, \
|
| H A D | nfs3xdr.c | 2440 #define PROC(proc, argtype, restype, timer) \ argument 2443 .p_encode = nfs3_xdr_enc_##argtype##3args, \ 2445 .p_arglen = NFS3_##argtype##args_sz, \
|
| H A D | nfs4xdr.c | 7671 #define PROC(proc, argtype, restype) \ argument 7674 .p_encode = nfs4_xdr_##argtype, \ 7676 .p_arglen = NFS4_##argtype##_sz, \ 7688 #define PROC40(proc, argtype, restype) \ argument 7689 PROC(proc, argtype, restype) 7691 #define PROC40(proc, argtype, restype) \ argument 7695 #define PROC41(proc, argtype, restype) \ argument 7696 PROC(proc, argtype, restype) 7699 #define PROC42(proc, argtype, restype) \ argument 7700 PROC(proc, argtype, restype) [all …]
|
| /linux/fs/nfsd/ |
| H A D | nfs4callback.c | 1012 #define PROC(proc, call, argtype, restype) \ argument 1015 .p_encode = nfs4_xdr_enc_##argtype, \ 1017 .p_arglen = NFS4_enc_##argtype##_sz, \
|