Home
last modified time | relevance | path

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

/Linux-v6.6/fs/f2fs/
Ddir.c310 pgoff_t next_pgofs; in find_in_level() local
323 dentry_page = f2fs_find_data_page(dir, bidx, &next_pgofs); in find_in_level()
327 bidx = next_pgofs; in find_in_level()
941 pgoff_t next_pgofs; in f2fs_empty_dir() local
943 dentry_page = f2fs_find_data_page(dir, bidx, &next_pgofs); in f2fs_empty_dir()
946 bidx = next_pgofs; in f2fs_empty_dir()
1086 pgoff_t next_pgofs; in f2fs_readdir() local
1100 dentry_page = f2fs_find_data_page(inode, n, &next_pgofs); in f2fs_readdir()
1105 n = next_pgofs; in f2fs_readdir()
Ddata.c1280 pgoff_t *next_pgofs) in f2fs_get_read_data_page() argument
1306 if (err == -ENOENT && next_pgofs) in f2fs_get_read_data_page()
1307 *next_pgofs = f2fs_get_next_page_offset(&dn, index); in f2fs_get_read_data_page()
1314 if (next_pgofs) in f2fs_get_read_data_page()
1315 *next_pgofs = index + 1; in f2fs_get_read_data_page()
1360 pgoff_t *next_pgofs) in f2fs_find_data_page() argument
1370 page = f2fs_get_read_data_page(inode, index, 0, false, next_pgofs); in f2fs_find_data_page()
1978 pgoff_t next_pgofs; in f2fs_fiemap() local
2029 map.m_next_pgofs = &next_pgofs; in f2fs_fiemap()
2043 start_blk = next_pgofs; in f2fs_fiemap()
[all …]
Dfile.c2585 pgoff_t pg_start, pg_end, next_pgofs; in f2fs_defragment_range() local
2627 map.m_next_pgofs = &next_pgofs; in f2fs_defragment_range()
2641 map.m_lblk = next_pgofs; in f2fs_defragment_range()
2688 map.m_lblk = next_pgofs; in f2fs_defragment_range()
Df2fs.h3822 blk_opf_t op_flags, bool for_write, pgoff_t *next_pgofs);
3824 pgoff_t *next_pgofs);