Home
last modified time | relevance | path

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

/linux-4.1.27/fs/f2fs/
Dgc.c470 block_t start_bidx_of_node(unsigned int node_ofs, struct f2fs_inode_info *fi) in start_bidx_of_node() function
602 start_bidx = start_bidx_of_node(nofs, F2FS_I(inode)); in gc_data_segment()
619 start_bidx = start_bidx_of_node(nofs, F2FS_I(inode)); in gc_data_segment()
Drecovery.c313 bidx = start_bidx_of_node(offset, F2FS_I(inode)) + in check_index_in_prev_nodes()
373 start = start_bidx_of_node(ofs_of_node(page), fi); in do_recover_data()
Ddata.c897 fofs = start_bidx_of_node(ofs_of_node(dn->node_page), fi) + in f2fs_update_extent_cache()
1149 fofs = start_bidx_of_node(ofs_of_node(dn->node_page), fi) + in __allocate_data_block()
Df2fs.h1638 block_t start_bidx_of_node(unsigned int, struct f2fs_inode_info *);