Home
last modified time | relevance | path

Searched refs:f2fs_pagecache_get_page (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/f2fs/
H A Dcompress.c1081 page = f2fs_pagecache_get_page(mapping, start_idx + i, in prepare_compress_overwrite()
1926 cpage = f2fs_pagecache_get_page(COMPRESS_MAPPING(sbi), in f2fs_load_compressed_page()
H A Dgc.c1236 fio.encrypted_page = f2fs_pagecache_get_page(META_MAPPING(sbi), in ra_data_block()
1372 fio.encrypted_page = f2fs_pagecache_get_page(META_MAPPING(fio.sbi), in move_data_block()
H A Dnode.c1529 page = f2fs_pagecache_get_page(inode->i_mapping, 0, in flush_inline_data()
H A Ddata.c3572 page = f2fs_pagecache_get_page(mapping, index, in f2fs_write_begin()
H A Df2fs.h2775 static inline struct page *f2fs_pagecache_get_page( in f2fs_pagecache_get_page() function