Searched refs:f2fs_get_next_page_offset (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | file.c | 438 pgofs = f2fs_get_next_page_offset(&dn, pgofs); in f2fs_seek_block() 1028 pg_start = f2fs_get_next_page_offset(&dn, in f2fs_truncate_hole() 3608 page_idx = f2fs_get_next_page_offset(&dn, in f2fs_release_compress_blocks() 3766 page_idx = f2fs_get_next_page_offset(&dn, in f2fs_reserve_compress_blocks() 3930 index = f2fs_get_next_page_offset(&dn, index); in f2fs_sec_trim_file()
|
H A D | data.c | 1577 f2fs_get_next_page_offset(&dn, pgofs); in f2fs_map_blocks() 1580 f2fs_get_next_page_offset(&dn, pgofs); in f2fs_map_blocks()
|
H A D | node.c | 606 pgoff_t f2fs_get_next_page_offset(struct dnode_of_data *dn, pgoff_t pgofs) in f2fs_get_next_page_offset() function
|
H A D | f2fs.h | 3307 pgoff_t f2fs_get_next_page_offset(struct dnode_of_data *dn, pgoff_t pgofs);
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | file.c | 448 pgofs = f2fs_get_next_page_offset(&dn, pgofs); in f2fs_seek_block() 1079 pg_start = f2fs_get_next_page_offset(&dn, in f2fs_truncate_hole() 3559 page_idx = f2fs_get_next_page_offset(&dn, in f2fs_release_compress_blocks() 3726 page_idx = f2fs_get_next_page_offset(&dn, in f2fs_reserve_compress_blocks() 3886 index = f2fs_get_next_page_offset(&dn, index); in f2fs_sec_trim_file()
|
H A D | data.c | 1300 *next_pgofs = f2fs_get_next_page_offset(&dn, index); in f2fs_get_read_data_page() 1541 *map->m_next_pgofs = f2fs_get_next_page_offset(dn, pgoff); in f2fs_map_no_dnode() 1543 *map->m_next_extent = f2fs_get_next_page_offset(dn, pgoff); in f2fs_map_no_dnode()
|
H A D | node.c | 645 pgoff_t f2fs_get_next_page_offset(struct dnode_of_data *dn, pgoff_t pgofs) in f2fs_get_next_page_offset() function
|
H A D | f2fs.h | 3624 pgoff_t f2fs_get_next_page_offset(struct dnode_of_data *dn, pgoff_t pgofs);
|
Completed in 53 milliseconds