Searched refs:fsrpc (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/lib/optee_clientApi/ |
| H A D | OpteeClientRkFs_v1.c | 950 static int tee_fs_open(struct tee_fs_rpc *fsrpc) in tee_fs_open() argument 953 char *filename = (char *)(fsrpc + 1); in tee_fs_open() 967 fsrpc->fd = ret; in tee_fs_open() 969 if (CHECKFLAG(fsrpc->flags, TEE_FS_O_APPEND)) { in tee_fs_open() 981 if (CHECKFLAG(fsrpc->flags, TEE_FS_O_CREAT)) { in tee_fs_open() 985 p.size = fsrpc->len; in tee_fs_open() 993 fsrpc->fd = ret; in tee_fs_open() 1002 filename, fsrpc->fd, fsrpc->flags, fsrpc->len); in tee_fs_open() 1010 return fsrpc->fd; in tee_fs_open() 1013 static int tee_fs_close(struct tee_fs_rpc *fsrpc) in tee_fs_close() argument [all …]
|
| H A D | OpteeClientRkFs_v2.c | 870 static int tee_fs_open(struct tee_fs_rpc *fsrpc) in tee_fs_open() argument 873 char *filename = (char *)(fsrpc + 1); in tee_fs_open() 891 fsrpc->fd = ret; in tee_fs_open() 893 if (CHECKFLAG(fsrpc->flags, TEE_FS_O_APPEND)) in tee_fs_open() 898 if (CHECKFLAG(fsrpc->flags, TEE_FS_O_CREAT)) { in tee_fs_open() 912 fsrpc->fd = ret; in tee_fs_open() 921 __func__, filename, fsrpc->fd, fsrpc->flags, fsrpc->len); in tee_fs_open() 923 return fsrpc->fd; in tee_fs_open() 926 static int tee_fs_close(struct tee_fs_rpc *fsrpc) in tee_fs_close() argument 930 UNREFERENCED_PARAMETER(fsrpc); in tee_fs_close() [all …]
|