Searched refs:sparse_file_len (Results 1 – 4 of 4) sorted by relevance
172 int64_t sparse_file_len(struct sparse_file *s, bool sparse, bool crc);
295 int size = sparse_file_len(s, true, false); in fb_download_data_sparse()
676 int64_t sz64 = sparse_file_len(*s, true, false); in flash_buf()
199 int64_t sparse_file_len(struct sparse_file *s, bool sparse, bool crc) in sparse_file_len() function