Searched refs:c_out (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/nfs/ |
| H A D | nfs42.h | 38 struct nfs_client *c_out = (NFS_SERVER(file_inode(out)))->nfs_client; in nfs42_files_from_same_server() local 41 c_out->cl_serverowner); in nfs42_files_from_same_server()
|
| /linux/arch/um/drivers/ |
| H A D | chan_user.c | 22 int generic_read(int fd, __u8 *c_out, void *unused) in generic_read() argument 26 CATCH_EINTR(n = read(fd, c_out, sizeof(*c_out))); in generic_read()
|
| H A D | null.c | 31 static int null_read(int fd, __u8 *c_out, void *unused) in null_read() argument
|
| H A D | chan_user.h | 35 extern int generic_read(int fd, __u8 *c_out, void *unused);
|
| H A D | chan_kern.c | 36 static int not_configged_read(int fd, u8 *c_out, void *data) in not_configged_read() argument
|
| /linux/arch/powerpc/platforms/ps3/ |
| H A D | mm.c | 514 unsigned long len, struct dma_chunk **c_out, u64 iopte_flag) in dma_sb_map_pages() argument 542 *c_out = c; in dma_sb_map_pages() 548 *c_out = NULL; in dma_sb_map_pages() 554 unsigned long len, struct dma_chunk **c_out, in dma_ioc0_map_pages() argument 612 *c_out = c; in dma_ioc0_map_pages() 626 *c_out = NULL; in dma_ioc0_map_pages()
|
| /linux/drivers/crypto/hisilicon/sec2/ |
| H A D | sec_crypto.c | 1192 c_req->c_out = req->in; in sec_cipher_map_inner() 1195 c_req->c_out = hisi_acc_sg_buf_map_to_hw_sgl(dev, dst, in sec_cipher_map_inner() 1201 if (IS_ERR(c_req->c_out)) { in sec_cipher_map_inner() 1204 return PTR_ERR(c_req->c_out); in sec_cipher_map_inner() 1289 hisi_acc_sg_buf_unmap(dev, dst, c_req->c_out, DMA_FROM_DEVICE); in sec_cipher_unmap()
|