Home
last modified time | relevance | path

Searched refs:start_bidx_of_node (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/fs/f2fs/
Dgc.c487 block_t start_bidx_of_node(unsigned int node_ofs, struct f2fs_inode_info *fi) in start_bidx_of_node() function
723 start_bidx = start_bidx_of_node(nofs, F2FS_I(inode)); in gc_data_segment()
739 start_bidx = start_bidx_of_node(nofs, F2FS_I(inode)) in gc_data_segment()
Drecovery.c324 bidx = start_bidx_of_node(offset, F2FS_I(inode)) + in check_index_in_prev_nodes()
383 start = start_bidx_of_node(ofs_of_node(page), fi); in do_recover_data()
Dextent_cache.c701 fofs = start_bidx_of_node(ofs_of_node(dn->node_page), fi) + in f2fs_update_extent_cache()
Ddata.c492 fofs = start_bidx_of_node(ofs_of_node(dn->node_page), fi) + in __allocate_data_block()
Dfile.c482 fofs = start_bidx_of_node(ofs_of_node(dn->node_page), in truncate_data_blocks_range()
Df2fs.h1859 block_t start_bidx_of_node(unsigned int, struct f2fs_inode_info *);