Searched refs:next_pgofs (Results 1 – 4 of 4) sorted by relevance
| /fs/f2fs/ |
| A D | dir.c | 270 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()
|
| A D | data.c | 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 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; in f2fs_iomap_begin() local 4177 map.m_next_pgofs = &next_pgofs; in f2fs_iomap_begin() [all …]
|
| A D | file.c | 2872 pgoff_t pg_start, pg_end, next_pgofs; in f2fs_defragment_range() local 2916 map.m_next_pgofs = &next_pgofs; in f2fs_defragment_range() 2930 map.m_lblk = next_pgofs; in f2fs_defragment_range() 2977 map.m_lblk = next_pgofs; in f2fs_defragment_range()
|
| A D | f2fs.h | 4001 blk_opf_t op_flags, bool for_write, pgoff_t *next_pgofs); 4003 pgoff_t *next_pgofs);
|
Completed in 898 milliseconds