Home
last modified time | relevance | path

Searched refs:backing_file_context (Results 1 – 7 of 7) sorted by relevance

/fs/incfs/
Dformat.h298 struct backing_file_context { struct
346 struct backing_file_context *incfs_alloc_bfc(struct mount_info *mi,
349 void incfs_free_bfc(struct backing_file_context *bfc);
352 int incfs_write_blockmap_to_backing_file(struct backing_file_context *bfc,
355 int incfs_write_fh_to_backing_file(struct backing_file_context *bfc,
358 int incfs_write_mapping_fh_to_backing_file(struct backing_file_context *bfc,
361 int incfs_write_data_block_to_backing_file(struct backing_file_context *bfc,
366 int incfs_write_hash_block_to_backing_file(struct backing_file_context *bfc,
373 int incfs_write_signature_to_backing_file(struct backing_file_context *bfc,
377 int incfs_write_status_to_backing_file(struct backing_file_context *bfc,
[all …]
Dformat.c18 struct backing_file_context *incfs_alloc_bfc(struct mount_info *mi, in incfs_alloc_bfc()
21 struct backing_file_context *result = NULL; in incfs_alloc_bfc()
33 void incfs_free_bfc(struct backing_file_context *bfc) in incfs_free_bfc()
58 static int truncate_backing_file(struct backing_file_context *bfc, in truncate_backing_file()
94 static int write_to_bf(struct backing_file_context *bfc, const void *buf, in write_to_bf()
106 static int append_zeros_no_fallocate(struct backing_file_context *bfc, in append_zeros_no_fallocate()
125 static int append_zeros(struct backing_file_context *bfc, size_t len) in append_zeros()
157 static int append_md_to_backing_file(struct backing_file_context *bfc, in append_md_to_backing_file()
214 int incfs_write_blockmap_to_backing_file(struct backing_file_context *bfc, in incfs_write_blockmap_to_backing_file()
248 int incfs_write_signature_to_backing_file(struct backing_file_context *bfc, in incfs_write_signature_to_backing_file()
[all …]
Ddata_mgmt.c275 struct backing_file_context *bfc = NULL; in incfs_open_data_file()
348 struct backing_file_context *bfc = df->df_backing_file_context; in incfs_free_data_file()
667 static int validate_hash_tree(struct backing_file_context *bfc, struct file *f, in validate_hash_tree()
818 struct backing_file_context *bfc = NULL; in get_data_file_block()
1271 struct backing_file_context *bfc = NULL; in incfs_read_data_file_block()
1343 struct backing_file_context *bfc = NULL; in incfs_read_merkle_tree_blocks()
1367 struct backing_file_context *bfc = NULL; in incfs_process_new_data_block()
1448 struct backing_file_context *bfc = df->df_backing_file_context; in incfs_read_file_signature()
1476 struct backing_file_context *bfc = NULL; in incfs_process_new_hash_block()
1666 struct backing_file_context *bfc = NULL; in incfs_scan_metadata_chain()
Dverity.c79 struct backing_file_context *bfc; in incfs_end_enable_verity()
297 struct backing_file_context *bfc, in incfs_build_merkle_tree()
422 struct backing_file_context *bfc; in incfs_add_signature_record()
Ddata_mgmt.h294 struct backing_file_context *df_backing_file_context;
Dpseudo_files.c306 struct backing_file_context *bfc = NULL; in init_new_file()
712 struct backing_file_context *bfc = NULL; in init_new_mapped_file()
Dvfs.c689 struct backing_file_context *bfc; in handle_file_completed()