Home
last modified time | relevance | path

Searched refs:file_id (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Dhdf5.h86 hid_t file_id; in save_to_file() local
87 file_id = H5Fopen(filename.c_str(), H5F_ACC_RDWR, H5P_DEFAULT); in save_to_file()
88 if (file_id < 0) { in save_to_file()
89 file_id = H5Fcreate(filename.c_str(), H5F_ACC_EXCL, H5P_DEFAULT, H5P_DEFAULT); in save_to_file()
91 CHECK_ERROR(file_id,"Error creating hdf5 file."); in save_to_file()
102 …dataset_id = H5Dcreate2(file_id, name.c_str(), get_hdf5_type<T>(), space_id, H5P_DEFAULT, H5P_DEFA… in save_to_file()
104 dataset_id = H5Dcreate(file_id, name.c_str(), get_hdf5_type<T>(), space_id, H5P_DEFAULT); in save_to_file()
109 dataset_id = H5Dopen2(file_id, name.c_str(), H5P_DEFAULT); in save_to_file()
111 dataset_id = H5Dopen(file_id, name.c_str()); in save_to_file()
122 H5Fclose(file_id); in save_to_file()
[all …]
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dincrementalfs.h195 incfs_uuid_t file_id; member
216 incfs_uuid_t file_id; member
300 incfs_uuid_t file_id; member
/OK3568_Linux_fs/kernel/drivers/crypto/qat/qat_common/
H A Dicp_qat_uclo.h205 unsigned short file_id; member
383 unsigned int file_id; member
436 unsigned int file_id; member
459 unsigned int file_id; member
H A Dqat_uclo.c87 if (hdr->file_id != ICP_QAT_UOF_FID) { in qat_uclo_check_uof_format()
88 pr_err("QAT: Invalid header 0x%x\n", hdr->file_id); in qat_uclo_check_uof_format()
104 if (suof_hdr->file_id != ICP_QAT_SUOF_FID) { in qat_uclo_check_suof_format()
105 pr_err("QAT: invalid header 0x%x\n", suof_hdr->file_id); in qat_uclo_check_suof_format()
987 suof_handle->file_id = ICP_QAT_SUOF_FID; in qat_uclo_map_suof_file_hdr()
/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/
H A Dutils.c161 md5(filename, strlen(filename), (char *)args.file_id.bytes); in crypto_emit_file()
168 *id_out = args.file_id; in crypto_emit_file()
189 md5(filename, strlen(filename), (char *)args.file_id.bytes); in emit_file()
194 *id_out = args.file_id; in emit_file()
H A Dincfs_test.c768 &(prs[i].file_id)); in data_producer()
817 &(prs[i].file_id)); in data_producer2()
992 incfs_uuid_t file_id; in cant_touch_index_test() local
1028 err = emit_file(cmd_fd, ".index", file_name, &file_id, in cant_touch_index_test()
1035 err = emit_file(cmd_fd, NULL, file_name, &file_id, in cant_touch_index_test()
1039 filename_in_index = get_index_filename(mount_dir, file_id); in cant_touch_index_test()
1745 incfs_uuid_t file_id; in attribute_test() local
1763 if (emit_file(cmd_fd, NULL, "file", &file_id, 12, file_attr)) in attribute_test()
1767 attr_res = get_file_attr(mount_dir, file_id, attr_buf, in attribute_test()
1794 attr_res = get_file_attr(mount_dir, file_id, attr_buf, in attribute_test()
[all …]
/OK3568_Linux_fs/kernel/fs/incfs/
H A Ddata_mgmt.c585 same_file = !memcmp(id, &head->base_record.file_id, in log_block_read()
639 .file_id = *id, in log_block_read()
643 head->base_record.file_id = *id; in log_block_read()
1033 result->file_id = df->df_id; in add_pending_read()
1768 reads[reported_reads].file_id = entry->file_id; in incfs_collect_pending_reads()
1777 reads2[reported_reads].file_id = entry->file_id; in incfs_collect_pending_reads()
1869 .file_id = state->base_record.file_id, in incfs_collect_logged_reads()
1878 .file_id = state->base_record.file_id, in incfs_collect_logged_reads()
H A Ddata_mgmt.h39 incfs_uuid_t file_id; member
251 incfs_uuid_t file_id; member
H A Dpseudo_files.c506 file_id_str = file_id_to_str(args.file_id); in ioctl_create_file()
657 error = init_new_file(mi, index_file_dentry, &args.file_id, args.size, in ioctl_create_file()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dqmi_wlfw_v01.h327 enum wlfw_cal_temp_id_enum_v01 file_id; member
378 enum wlfw_cal_temp_id_enum_v01 file_id; member
419 enum wlfw_cal_temp_id_enum_v01 file_id; member
H A Dqmi_wlfw_v01.c978 file_id),
1189 file_id),
1360 file_id),
H A Dqmi.c252 req->file_id = 0; in ath10k_qmi_bdf_dnld_send_sync()
/OK3568_Linux_fs/kernel/fs/hfsplus/
H A Dbtree.c76 u64 sectors, int file_id) in hfsplus_calc_btree_clump_size() argument
84 switch (file_id) { in hfsplus_calc_btree_clump_size()
H A Dhfsplus_fs.h395 int file_id);
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Dqmi.h377 enum qmi_wlanfw_cal_temp_id_enum_v01 file_id; member
H A Dqmi.c980 file_id),
1959 req->file_id = ab->qmi.target.board_id; in ath11k_qmi_load_bdf_fixed_addr()
2044 req->file_id = ab->qmi.target.board_id; in ath11k_qmi_load_bdf_qmi()
/OK3568_Linux_fs/kernel/sound/soc/codecs/aw87xxx/
H A Daw_acf_bin.c76 char *fw_data, int32_t file_id) in aw_check_file_id() argument
81 if (*acf_file_id != file_id) { in aw_check_file_id()
/OK3568_Linux_fs/kernel/fs/ntfs/
H A Dlayout.h2077 leMFT_REF file_id; /* Mft record of the file containing the member
/OK3568_Linux_fs/app/forlinx/quectelCM/
H A DQMIThread.c441 pMUXMsg->UIMUIMReadTransparentReq.file_id = cpu_to_le16(0x2FE2); in UimReadTransparentIMSIReqSend()
451 pMUXMsg->UIMUIMReadTransparentReq.file_id = cpu_to_le16(0x6F07); in UimReadTransparentIMSIReqSend()
H A DMPQMUX.h3265 USHORT file_id; member