Searched refs:nr_res (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/x86/platform/olpc/ |
| H A D | olpc_ofw.c | 47 int __olpc_ofw(const char *name, int nr_args, const void **args, int nr_res, in __olpc_ofw() argument 54 BUG_ON(nr_args + nr_res > MAXARGS); in __olpc_ofw() 61 ofw_args[2] = nr_res; in __olpc_ofw() 73 for (i = 0; i < nr_res; i++, p++) in __olpc_ofw()
|
| /linux/arch/x86/include/asm/ |
| H A D | olpc_ofw.h | 18 extern int __olpc_ofw(const char *name, int nr_args, const void **args, int nr_res,
|
| /linux/include/uapi/linux/ |
| H A D | io_uring.h | 833 __u16 nr_res; member
|
| /linux/fs/nfs/ |
| H A D | nfs3proc.c | 675 struct nfs_readdir_res *nr_res) in nfs3_proc_readdir() argument 686 .verf = nr_res->verf, in nfs3_proc_readdir()
|
| H A D | nfs4proc.c | 5316 struct nfs_readdir_res *nr_res) in _nfs4_proc_readdir() argument 5348 memcpy(nr_res->verf, res.verifier.data, NFS4_VERIFIER_SIZE); in _nfs4_proc_readdir()
|
| /linux/io_uring/ |
| H A D | register.c | 233 ret = io_parse_restrictions(ures->restrictions, tres.nr_res, res); in io_register_restrictions_task()
|