Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Ddata.c1318 struct page *f2fs_get_lock_data_page(struct inode *inode, pgoff_t index, in f2fs_get_lock_data_page() function
1385 page = f2fs_get_lock_data_page(inode, index, true); in f2fs_get_new_data_page()
3858 page = f2fs_get_lock_data_page(inode, blkidx, true); in f2fs_migrate_blocks()
H A Dfile.c685 page = f2fs_get_lock_data_page(inode, index, true); in truncate_partial_data_page()
1357 psrc = f2fs_get_lock_data_page(src_inode, in __clone_blkaddrs()
2797 page = f2fs_get_lock_data_page(inode, idx, true); in f2fs_defragment_range()
H A Dgc.c1425 page = f2fs_get_lock_data_page(inode, bidx, true); in move_data_page()
H A Df2fs.h3833 struct page *f2fs_get_lock_data_page(struct inode *inode, pgoff_t index,