Home
last modified time | relevance | path

Searched refs:get_blocks_count_for_size (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/fs/incfs/
H A Ddata_mgmt.h542 static inline int get_blocks_count_for_size(u64 size) in get_blocks_count_for_size() function
H A Dpseudo_files.c341 block_count = (u32)get_blocks_count_for_size(size); in init_new_file()
366 block_count += get_blocks_count_for_size( in init_new_file()
H A Dformat.c529 (block_index + get_blocks_count_for_size(file_size)); in incfs_write_hash_block_to_backing_file()
H A Ddata_mgmt.c313 df->df_data_block_count = get_blocks_count_for_size(size); in incfs_open_data_file()
1708 int hash_block_count = get_blocks_count_for_size( in incfs_scan_metadata_chain()
H A Dvfs.c334 inode->i_blocks = get_blocks_count_for_size(size); in inode_set()