Searched refs:next_pgofs (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/fs/f2fs/ |
| H A D | dir.c | 271 pgoff_t next_pgofs; in find_in_level() local 287 dentry_page = f2fs_find_data_page(dir, bidx, &next_pgofs); in find_in_level() 291 bidx = next_pgofs; in find_in_level() 924 pgoff_t next_pgofs; in f2fs_empty_dir() local 926 dentry_page = f2fs_find_data_page(dir, bidx, &next_pgofs); in f2fs_empty_dir() 929 bidx = next_pgofs; in f2fs_empty_dir() 1068 pgoff_t next_pgofs; in f2fs_readdir() local 1082 dentry_page = f2fs_find_data_page(inode, n, &next_pgofs); in f2fs_readdir() 1087 n = next_pgofs; in f2fs_readdir()
|
| H A D | data.c | 1231 if (err == -ENOENT && next_pgofs) in f2fs_get_read_data_folio() 1232 *next_pgofs = f2fs_get_next_page_offset(&dn, index); in f2fs_get_read_data_folio() 1239 if (next_pgofs) in f2fs_get_read_data_folio() 1240 *next_pgofs = index + 1; in f2fs_get_read_data_folio() 1283 pgoff_t *next_pgofs) in f2fs_find_data_folio() argument 1902 pgoff_t next_pgofs; in f2fs_fiemap() local 1952 map.m_next_pgofs = &next_pgofs; in f2fs_fiemap() 1966 start_blk = next_pgofs; in f2fs_fiemap() 4176 pgoff_t next_pgofs = 0; in f2fs_iomap_begin() local 4181 map.m_next_pgofs = &next_pgofs; in f2fs_iomap_begin() [all …]
|
| H A D | f2fs.h | 3951 blk_opf_t op_flags, bool for_write, pgoff_t *next_pgofs); 3953 pgoff_t *next_pgofs); 3982 pgoff_t index, pgoff_t *next_pgofs) in f2fs_find_data_page() argument 3984 struct folio *folio = f2fs_find_data_folio(inode, index, next_pgofs); in f2fs_find_data_page()
|
| H A D | file.c | 2809 pgoff_t pg_start, pg_end, next_pgofs; in f2fs_defragment_range() local 2853 map.m_next_pgofs = &next_pgofs; in f2fs_defragment_range() 2867 map.m_lblk = next_pgofs; in f2fs_defragment_range() 2914 map.m_lblk = next_pgofs; in f2fs_defragment_range()
|