/linux-6.14.4/include/uapi/asm-generic/ |
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-6.14.4/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | debugfs.h | 14 #define MVM_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \ argument 29 #define _MVM_DEBUGFS_READ_WRITE_FILE_OPS(name, buflen, argtype) \ argument 38 #define _MVM_DEBUGFS_WRITE_FILE_OPS(name, buflen, argtype) \ argument
|
/linux-6.14.4/drivers/net/wireless/intel/iwlwifi/fw/ |
D | debugfs.c | 12 #define FWRT_DEBUGFS_OPEN_WRAPPER(name, buflen, argtype) \ argument 62 #define _FWRT_DEBUGFS_READ_FILE_OPS(name, buflen, argtype) \ argument 72 #define FWRT_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \ argument 88 #define _FWRT_DEBUGFS_READ_WRITE_FILE_OPS(name, buflen, argtype) \ argument 100 #define _FWRT_DEBUGFS_WRITE_FILE_OPS(name, buflen, argtype) \ argument
|
/linux-6.14.4/fs/lockd/ |
D | clnt4xdr.c | 546 #define PROC(proc, argtype, restype) \ argument
|
D | clntxdr.c | 552 #define PROC(proc, argtype, restype) \ argument
|
/linux-6.14.4/fs/nfs/ |
D | nfs2xdr.c | 1053 #define PROC(proc, argtype, restype, timer) \ argument
|
D | nfs4xdr.c | 7611 #define PROC(proc, argtype, restype) \ argument 7628 #define PROC41(proc, argtype, restype) \ argument 7631 #define PROC41(proc, argtype, restype) \ argument 7636 #define PROC42(proc, argtype, restype) \ argument 7639 #define PROC42(proc, argtype, restype) \ argument
|
D | nfs3xdr.c | 2440 #define PROC(proc, argtype, restype, timer) \ argument
|
/linux-6.14.4/fs/nfsd/ |
D | nfs4callback.c | 986 #define PROC(proc, call, argtype, restype) \ argument
|