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

/linux-master/fs/f2fs/
H A Ddir.c310 pgoff_t next_pgofs; local
323 dentry_page = f2fs_find_data_page(dir, bidx, &next_pgofs);
327 bidx = next_pgofs;
942 pgoff_t next_pgofs; local
944 dentry_page = f2fs_find_data_page(dir, bidx, &next_pgofs);
947 bidx = next_pgofs;
1086 pgoff_t next_pgofs; local
1100 dentry_page = f2fs_find_data_page(inode, n, &next_pgofs);
1105 n = next_pgofs;
H A Ddata.c1202 pgoff_t *next_pgofs)
1226 if (err == -ENOENT && next_pgofs)
1227 *next_pgofs = f2fs_get_next_page_offset(&dn, index);
1234 if (next_pgofs)
1235 *next_pgofs = index + 1;
1278 pgoff_t *next_pgofs)
1288 page = f2fs_get_read_data_page(inode, index, 0, false, next_pgofs);
1894 pgoff_t next_pgofs; local
1945 map.m_next_pgofs = &next_pgofs;
1959 start_blk = next_pgofs;
1200 f2fs_get_read_data_page(struct inode *inode, pgoff_t index, blk_opf_t op_flags, bool for_write, pgoff_t *next_pgofs) argument
1277 f2fs_find_data_page(struct inode *inode, pgoff_t index, pgoff_t *next_pgofs) argument
4156 pgoff_t next_pgofs = 0; local
[all...]
H A Dfile.c2604 pgoff_t pg_start, pg_end, next_pgofs; local
2645 map.m_next_pgofs = &next_pgofs;
2659 map.m_lblk = next_pgofs;
2706 map.m_lblk = next_pgofs;
H A Df2fs.h3840 blk_opf_t op_flags, bool for_write, pgoff_t *next_pgofs);
3842 pgoff_t *next_pgofs);

Completed in 188 milliseconds