Searched refs:c_out (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | nfs42.h | 36 struct nfs_client *c_out = (NFS_SERVER(file_inode(out)))->nfs_client; in nfs42_files_from_same_server() local 39 c_out->cl_serverowner); in nfs42_files_from_same_server()
|
| /OK3568_Linux_fs/kernel/arch/um/drivers/ |
| H A D | chan_user.c | 22 int generic_read(int fd, char *c_out, void *unused) in generic_read() argument 26 n = read(fd, c_out, sizeof(*c_out)); in generic_read()
|
| H A D | null.c | 31 static int null_read(int fd, char *c_out, void *unused) in null_read() argument
|
| H A D | chan_user.h | 34 extern int generic_read(int fd, char *c_out, void *unused);
|
| H A D | chan_kern.c | 36 static int not_configged_read(int fd, char *c_out, void *data) in not_configged_read() argument
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/ps3/ |
| H A D | mm.c | 513 unsigned long len, struct dma_chunk **c_out, u64 iopte_flag) in dma_sb_map_pages() argument 541 *c_out = c; in dma_sb_map_pages() 547 *c_out = NULL; in dma_sb_map_pages() 553 unsigned long len, struct dma_chunk **c_out, in dma_ioc0_map_pages() argument 611 *c_out = c; in dma_ioc0_map_pages() 625 *c_out = NULL; in dma_ioc0_map_pages()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/hisilicon/sec2/ |
| H A D | sec.h | 24 struct hisi_acc_hw_sgl *c_out; member
|
| H A D | sec_crypto.c | 783 c_req->c_out = c_req->c_in; in sec_cipher_map() 786 c_req->c_out = hisi_acc_sg_buf_map_to_hw_sgl(dev, dst, in sec_cipher_map() 791 if (IS_ERR(c_req->c_out)) { in sec_cipher_map() 794 return PTR_ERR(c_req->c_out); in sec_cipher_map() 813 hisi_acc_sg_buf_unmap(dev, dst, c_req->c_out); in sec_cipher_unmap()
|