Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Ddir.c270 pgoff_t next_pgofs; in find_in_level() local
287 dentry_folio = f2fs_find_data_folio(dir, bidx, &next_pgofs); in find_in_level()
291 bidx = next_pgofs; in find_in_level()
925 pgoff_t next_pgofs; in f2fs_empty_dir() local
928 dentry_folio = f2fs_find_data_folio(dir, bidx, &next_pgofs); in f2fs_empty_dir()
931 bidx = next_pgofs; in f2fs_empty_dir()
1070 pgoff_t next_pgofs; in f2fs_readdir() local
1084 dentry_folio = f2fs_find_data_folio(inode, n, &next_pgofs); in f2fs_readdir()
1089 n = next_pgofs; in f2fs_readdir()
H A Ddata.c1204 blk_opf_t op_flags, bool for_write, pgoff_t *next_pgofs) in f2fs_get_read_data_folio() argument
1228 if (err == -ENOENT && next_pgofs) in f2fs_get_read_data_folio()
1229 *next_pgofs = f2fs_get_next_page_offset(&dn, index); in f2fs_get_read_data_folio()
1236 if (next_pgofs) in f2fs_get_read_data_folio()
1237 *next_pgofs = index + 1; in f2fs_get_read_data_folio()
1280 pgoff_t *next_pgofs) in f2fs_find_data_folio() argument
1293 folio = f2fs_get_read_data_folio(inode, index, 0, false, next_pgofs); in f2fs_find_data_folio()
1904 pgoff_t next_pgofs; in f2fs_fiemap() local
1954 map.m_next_pgofs = &next_pgofs; in f2fs_fiemap()
1968 start_blk = next_pgofs; in f2fs_fiemap()
4172 pgoff_t next_pgofs = 0; f2fs_iomap_begin() local
[all...]
H A Df2fs.h4001 blk_opf_t op_flags, bool for_write, pgoff_t *next_pgofs);
4003 pgoff_t *next_pgofs);