Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A 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()
942 pgoff_t next_pgofs; in f2fs_empty_dir() local
944 dentry_page = f2fs_find_data_page(dir, bidx, &next_pgofs); in f2fs_empty_dir()
947 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()
H A Ddata.c1206 pgoff_t *next_pgofs) in f2fs_get_read_data_page() argument
1232 if (err == -ENOENT && next_pgofs) in f2fs_get_read_data_page()
1240 if (next_pgofs) in f2fs_get_read_data_page()
1241 *next_pgofs = index + 1; in f2fs_get_read_data_page()
1286 pgoff_t *next_pgofs) in f2fs_find_data_page() argument
1902 pgoff_t next_pgofs; in f2fs_fiemap() local
1953 map.m_next_pgofs = &next_pgofs; in f2fs_fiemap()
1967 start_blk = next_pgofs; in f2fs_fiemap()
4164 pgoff_t next_pgofs = 0; in f2fs_iomap_begin() local
4169 map.m_next_pgofs = &next_pgofs; in f2fs_iomap_begin()
[all …]
H A Dfile.c2585 pgoff_t pg_start, pg_end, next_pgofs; in f2fs_defragment_range() local
2626 map.m_next_pgofs = &next_pgofs; in f2fs_defragment_range()
2640 map.m_lblk = next_pgofs; in f2fs_defragment_range()
2687 map.m_lblk = next_pgofs; in f2fs_defragment_range()
H A Df2fs.h3837 blk_opf_t op_flags, bool for_write, pgoff_t *next_pgofs);
3839 pgoff_t *next_pgofs);