Home
last modified time | relevance | path

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

/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.c1284 pgoff_t *next_pgofs) in f2fs_get_read_data_page() argument
1310 if (err == -ENOENT && next_pgofs) in f2fs_get_read_data_page()
1311 *next_pgofs = f2fs_get_next_page_offset(&dn, index); in f2fs_get_read_data_page()
1318 if (next_pgofs) in f2fs_get_read_data_page()
1319 *next_pgofs = index + 1; in f2fs_get_read_data_page()
1364 pgoff_t *next_pgofs) in f2fs_find_data_page() argument
1374 page = f2fs_get_read_data_page(inode, index, 0, false, next_pgofs); in f2fs_find_data_page()
1982 pgoff_t next_pgofs; in f2fs_fiemap() local
2033 map.m_next_pgofs = &next_pgofs; in f2fs_fiemap()
2047 start_blk = next_pgofs; in f2fs_fiemap()
[all …]
Dfile.c2598 pgoff_t pg_start, pg_end, next_pgofs; in f2fs_defragment_range() local
2640 map.m_next_pgofs = &next_pgofs; in f2fs_defragment_range()
2654 map.m_lblk = next_pgofs; in f2fs_defragment_range()
2701 map.m_lblk = next_pgofs; in f2fs_defragment_range()
Df2fs.h3801 blk_opf_t op_flags, bool for_write, pgoff_t *next_pgofs);
3803 pgoff_t *next_pgofs);