Searched refs:f2fs_start_bidx_of_node (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | recovery.c | 513 bidx = f2fs_start_bidx_of_node(offset, inode) + in check_index_in_prev_nodes() 588 start = f2fs_start_bidx_of_node(ofs_of_node(page), inode); in do_recover_data()
|
H A D | gc.c | 974 block_t f2fs_start_bidx_of_node(unsigned int node_ofs, struct inode *inode) in f2fs_start_bidx_of_node() function 1485 start_bidx = f2fs_start_bidx_of_node(nofs, inode) + in gc_data_segment() 1537 start_bidx = f2fs_start_bidx_of_node(nofs, inode) in gc_data_segment()
|
H A D | extent_cache.c | 834 fofs = f2fs_start_bidx_of_node(ofs_of_node(dn->node_page), dn->inode) + in f2fs_update_extent_cache()
|
H A D | f2fs.h | 3542 block_t f2fs_start_bidx_of_node(unsigned int node_ofs, struct inode *inode);
|
H A D | file.c | 608 fofs = f2fs_start_bidx_of_node(ofs_of_node(dn->node_page), in f2fs_truncate_data_blocks_range()
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | recovery.c | 581 bidx = f2fs_start_bidx_of_node(offset, inode) + in check_index_in_prev_nodes() 656 start = f2fs_start_bidx_of_node(ofs_of_node(page), inode); in do_recover_data()
|
H A D | gc.c | 1082 block_t f2fs_start_bidx_of_node(unsigned int node_ofs, struct inode *inode) in f2fs_start_bidx_of_node() function 1580 start_bidx = f2fs_start_bidx_of_node(nofs, inode) + in gc_data_segment() 1632 start_bidx = f2fs_start_bidx_of_node(nofs, inode) in gc_data_segment()
|
H A D | extent_cache.c | 880 ei.fofs = f2fs_start_bidx_of_node(ofs_of_node(dn->node_page), dn->inode) + in __update_extent_cache()
|
H A D | f2fs.h | 3868 block_t f2fs_start_bidx_of_node(unsigned int node_ofs, struct inode *inode);
|
H A D | file.c | 610 fofs = f2fs_start_bidx_of_node(ofs_of_node(dn->node_page), in f2fs_truncate_data_blocks_range()
|
Completed in 38 milliseconds