Home
last modified time | relevance | path

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

/linux-6.15/fs/f2fs/
H A Dcompress.c1110 page = f2fs_pagecache_get_page(mapping, start_idx + i, in prepare_compress_overwrite()
1970 cpage = f2fs_pagecache_get_page(COMPRESS_MAPPING(sbi), in f2fs_load_compressed_page()
H A Dgc.c1263 fio.encrypted_page = f2fs_pagecache_get_page(META_MAPPING(sbi), in ra_data_block()
1404 fio.encrypted_page = f2fs_pagecache_get_page(META_MAPPING(fio.sbi), in move_data_block()
H A Dnode.c1586 page = f2fs_pagecache_get_page(inode->i_mapping, 0, in flush_inline_data()
H A Df2fs.h2862 static inline struct page *f2fs_pagecache_get_page( in f2fs_pagecache_get_page() function