Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/f2fs/
H A Ddir.c310 pgoff_t next_pgofs; in find_in_level() local
323 dentry_page = f2fs_find_data_page(dir, bidx, &next_pgofs); in find_in_level()
327 bidx = next_pgofs; in find_in_level()
942 pgoff_t next_pgofs; in f2fs_empty_dir() local
944 dentry_page = f2fs_find_data_page(dir, bidx, &next_pgofs); in f2fs_empty_dir()
947 bidx = next_pgofs; in f2fs_empty_dir()
1087 pgoff_t next_pgofs; in f2fs_readdir() local
1101 dentry_page = f2fs_find_data_page(inode, n, &next_pgofs); in f2fs_readdir()
1106 n = next_pgofs; in f2fs_readdir()
H A Ddata.c1273 pgoff_t *next_pgofs) in f2fs_get_read_data_page()
1299 if (err == -ENOENT && next_pgofs) in f2fs_get_read_data_page()
1300 *next_pgofs = f2fs_get_next_page_offset(&dn, index); in f2fs_get_read_data_page()
1307 if (next_pgofs) in f2fs_get_read_data_page()
1308 *next_pgofs = index + 1; in f2fs_get_read_data_page()
1353 pgoff_t *next_pgofs) in f2fs_find_data_page()
1363 page = f2fs_get_read_data_page(inode, index, 0, false, next_pgofs); in f2fs_find_data_page()
1969 pgoff_t next_pgofs; in f2fs_fiemap() local
2020 map.m_next_pgofs = &next_pgofs; in f2fs_fiemap()
2034 start_blk = next_pgofs; in f2fs_fiemap()
1271 f2fs_get_read_data_page(struct inode *inode, pgoff_t index, blk_opf_t op_flags, bool for_write, pgoff_t *next_pgofs) f2fs_get_read_data_page() argument
1352 f2fs_find_data_page(struct inode *inode, pgoff_t index, pgoff_t *next_pgofs) f2fs_find_data_page() argument
4214 pgoff_t next_pgofs = 0; f2fs_iomap_begin() local
[all...]
H A Dfile.c2575 pgoff_t pg_start, pg_end, next_pgofs; in f2fs_defragment_range() local
2617 map.m_next_pgofs = &next_pgofs; in f2fs_defragment_range()
2631 map.m_lblk = next_pgofs; in f2fs_defragment_range()
2678 map.m_lblk = next_pgofs; in f2fs_defragment_range()
H A Df2fs.h3833 blk_opf_t op_flags, bool for_write, pgoff_t *next_pgofs);
3835 pgoff_t *next_pgofs);
/kernel/linux/linux-5.10/fs/f2fs/
H A Ddata.c1776 pgoff_t *next_pgofs, int seg_type, bool may_write) in __get_data_block()
1783 map.m_next_pgofs = next_pgofs; in __get_data_block()
1799 pgoff_t *next_pgofs) in get_data_block()
1802 flag, next_pgofs, in get_data_block()
1939 pgoff_t next_pgofs; in f2fs_fiemap() local
1983 F2FS_GET_BLOCK_FIEMAP, &next_pgofs); in f2fs_fiemap()
1989 start_blk = next_pgofs; in f2fs_fiemap()
3980 pgoff_t next_pgofs; in check_swap_activate_fast() local
3988 F2FS_GET_BLOCK_FIEMAP, &next_pgofs); in check_swap_activate_fast()
1774 __get_data_block(struct inode *inode, sector_t iblock, struct buffer_head *bh, int create, int flag, pgoff_t *next_pgofs, int seg_type, bool may_write) __get_data_block() argument
1797 get_data_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create, int flag, pgoff_t *next_pgofs) get_data_block() argument
H A Dfile.c2594 pgoff_t pg_start, pg_end, next_pgofs; in f2fs_defragment_range() local
2628 map.m_next_pgofs = &next_pgofs; in f2fs_defragment_range()
2642 map.m_lblk = next_pgofs; in f2fs_defragment_range()
2689 map.m_lblk = next_pgofs; in f2fs_defragment_range()

Completed in 30 milliseconds