Searched refs:f2fs_get_lock_data_page (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/f2fs/ |
H A D | data.c | 1318 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 D | file.c | 685 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 D | gc.c | 1425 page = f2fs_get_lock_data_page(inode, bidx, true); in move_data_page()
|
H A D | f2fs.h | 3833 struct page *f2fs_get_lock_data_page(struct inode *inode, pgoff_t index,
|