Home
last modified time | relevance | path

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

/Linux-v5.15/fs/f2fs/
Drecovery.c520 bidx = f2fs_start_bidx_of_node(offset, inode) + in check_index_in_prev_nodes()
582 start = f2fs_start_bidx_of_node(ofs_of_node(page), inode); in do_recover_data()
Dgc.c978 block_t f2fs_start_bidx_of_node(unsigned int node_ofs, struct inode *inode) in f2fs_start_bidx_of_node() function
1467 start_bidx = f2fs_start_bidx_of_node(nofs, inode) + in gc_data_segment()
1519 start_bidx = f2fs_start_bidx_of_node(nofs, inode) in gc_data_segment()
Dextent_cache.c876 fofs = f2fs_start_bidx_of_node(ofs_of_node(dn->node_page), dn->inode) + in f2fs_update_extent_cache()
Df2fs.h3632 block_t f2fs_start_bidx_of_node(unsigned int node_ofs, struct inode *inode);
Dfile.c617 fofs = f2fs_start_bidx_of_node(ofs_of_node(dn->node_page), in f2fs_truncate_data_blocks_range()