Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Ddir.c292 pgoff_t next_pgofs; in find_in_level() local
309 dentry_folio = f2fs_find_data_folio(dir, bidx, &next_pgofs); in find_in_level()
313 bidx = next_pgofs; in find_in_level()
948 pgoff_t next_pgofs; in f2fs_empty_dir() local
951 dentry_folio = f2fs_find_data_folio(dir, bidx, &next_pgofs); in f2fs_empty_dir()
954 bidx = next_pgofs; in f2fs_empty_dir()
1094 pgoff_t next_pgofs; in f2fs_readdir() local
1108 dentry_folio = f2fs_find_data_folio(inode, n, &next_pgofs); in f2fs_readdir()
1113 n = next_pgofs; in f2fs_readdir()
H A Ddata.c1297 blk_opf_t op_flags, bool for_write, pgoff_t *next_pgofs) in f2fs_get_read_data_folio() argument
1332 if (err == -ENOENT && next_pgofs) in f2fs_get_read_data_folio()
1333 *next_pgofs = f2fs_get_next_page_offset(&dn, index); in f2fs_get_read_data_folio()
1340 if (next_pgofs) in f2fs_get_read_data_folio()
1341 *next_pgofs = index + 1; in f2fs_get_read_data_folio()
1382 pgoff_t *next_pgofs) in f2fs_find_data_folio() argument
1395 folio = f2fs_get_read_data_folio(inode, index, 0, false, next_pgofs); in f2fs_find_data_folio()
2048 pgoff_t next_pgofs; in f2fs_fiemap() local
2098 map.m_next_pgofs = &next_pgofs; in f2fs_fiemap()
2112 start_blk = next_pgofs; in f2fs_fiemap()
[all …]
H A Dfile.c3006 pgoff_t pg_start, pg_end, next_pgofs; in f2fs_defragment_range() local
3050 map.m_next_pgofs = &next_pgofs; in f2fs_defragment_range()
3064 map.m_lblk = next_pgofs; in f2fs_defragment_range()
3111 map.m_lblk = next_pgofs; in f2fs_defragment_range()
H A Df2fs.h4260 blk_opf_t op_flags, bool for_write, pgoff_t *next_pgofs);
4262 pgoff_t *next_pgofs);