Home
last modified time | relevance | path

Searched refs:c_in (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/fs/nfs/
Dnfs42.h35 struct nfs_client *c_in = (NFS_SERVER(file_inode(in)))->nfs_client; in nfs42_files_from_same_server() local
38 return nfs4_check_serverowner_major_id(c_in->cl_serverowner, in nfs42_files_from_same_server()
/Linux-v5.10/drivers/crypto/hisilicon/sec2/
Dsec.h24 struct hisi_acc_hw_sgl *c_in; member
Dsec_crypto.c775 c_req->c_in = hisi_acc_sg_buf_map_to_hw_sgl(dev, src, in sec_cipher_map()
780 if (IS_ERR(c_req->c_in)) { in sec_cipher_map()
782 return PTR_ERR(c_req->c_in); in sec_cipher_map()
786 c_req->c_out = c_req->c_in; in sec_cipher_map()
796 hisi_acc_sg_buf_unmap(dev, src, c_req->c_in); in sec_cipher_map()
814 hisi_acc_sg_buf_unmap(dev, src, c_req->c_in); in sec_cipher_unmap()