Home
last modified time | relevance | path

Searched defs:argtype (Results 1 – 9 of 9) sorted by relevance

/linux-6.14.4/include/uapi/asm-generic/
Dioctl.h86 #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/
Ddebugfs.h14 #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/
Ddebugfs.c12 #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/
Dclnt4xdr.c546 #define PROC(proc, argtype, restype) \ argument
Dclntxdr.c552 #define PROC(proc, argtype, restype) \ argument
/linux-6.14.4/fs/nfs/
Dnfs2xdr.c1053 #define PROC(proc, argtype, restype, timer) \ argument
Dnfs4xdr.c7611 #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
Dnfs3xdr.c2440 #define PROC(proc, argtype, restype, timer) \ argument
/linux-6.14.4/fs/nfsd/
Dnfs4callback.c986 #define PROC(proc, call, argtype, restype) \ argument