Lines Matching refs:backing_file_context
18 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()
318 static int write_new_status_to_backing_file(struct backing_file_context *bfc, in write_new_status_to_backing_file()
342 int incfs_write_status_to_backing_file(struct backing_file_context *bfc, in incfs_write_status_to_backing_file()
371 struct backing_file_context *bfc, struct mem_range signature, in incfs_write_verity_signature_to_backing_file()
416 int incfs_write_fh_to_backing_file(struct backing_file_context *bfc, in incfs_write_fh_to_backing_file()
447 int incfs_write_mapping_fh_to_backing_file(struct backing_file_context *bfc, in incfs_write_mapping_fh_to_backing_file()
476 int incfs_write_data_block_to_backing_file(struct backing_file_context *bfc, in incfs_write_data_block_to_backing_file()
515 int incfs_write_hash_block_to_backing_file(struct backing_file_context *bfc, in incfs_write_hash_block_to_backing_file()
554 int incfs_read_blockmap_entry(struct backing_file_context *bfc, int block_index, in incfs_read_blockmap_entry()
573 int incfs_read_blockmap_entries(struct backing_file_context *bfc, in incfs_read_blockmap_entries()
596 int incfs_read_file_header(struct backing_file_context *bfc, in incfs_read_file_header()
640 int incfs_read_next_metadata_record(struct backing_file_context *bfc, in incfs_read_next_metadata_record()
734 ssize_t incfs_kread(struct backing_file_context *bfc, void *buf, size_t size, in incfs_kread()
744 ssize_t incfs_kwrite(struct backing_file_context *bfc, const void *buf, in incfs_kwrite()