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.c314 pgoff_t next_pgofs; in find_in_level() local
330 dentry_page = f2fs_find_data_page(dir, bidx, &next_pgofs); in find_in_level()
334 bidx = next_pgofs; in find_in_level()
966 pgoff_t next_pgofs; in f2fs_empty_dir() local
968 dentry_page = f2fs_find_data_page(dir, bidx, &next_pgofs); in f2fs_empty_dir()
971 bidx = next_pgofs; in f2fs_empty_dir()
1110 pgoff_t next_pgofs; in f2fs_readdir() local
1124 dentry_page = f2fs_find_data_page(inode, n, &next_pgofs); in f2fs_readdir()
1129 n = next_pgofs; in f2fs_readdir()
H A Ddata.c1208 pgoff_t *next_pgofs) in f2fs_get_read_data_page() argument
1234 if (err == -ENOENT && next_pgofs) in f2fs_get_read_data_page()
1235 *next_pgofs = f2fs_get_next_page_offset(&dn, index); in f2fs_get_read_data_page()
1242 if (next_pgofs) in f2fs_get_read_data_page()
1243 *next_pgofs = index + 1; in f2fs_get_read_data_page()
1288 pgoff_t *next_pgofs) in f2fs_find_data_page() argument
1298 page = f2fs_get_read_data_page(inode, index, 0, false, next_pgofs); in f2fs_find_data_page()
1883 pgoff_t next_pgofs; in f2fs_fiemap() local
1934 map.m_next_pgofs = &next_pgofs; in f2fs_fiemap()
1948 start_blk = next_pgofs; in f2fs_fiemap()
[all …]
H A Dfile.c2683 pgoff_t pg_start, pg_end, next_pgofs; in f2fs_defragment_range() local
2725 map.m_next_pgofs = &next_pgofs; in f2fs_defragment_range()
2739 map.m_lblk = next_pgofs; in f2fs_defragment_range()
2786 map.m_lblk = next_pgofs; in f2fs_defragment_range()
H A Df2fs.h3830 blk_opf_t op_flags, bool for_write, pgoff_t *next_pgofs);
3832 pgoff_t *next_pgofs);