Home
last modified time | relevance | path

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

/linux-6.12.1/fs/f2fs/
Dcompress.c1901 struct address_space *COMPRESS_MAPPING(struct f2fs_sb_info *sbi) in COMPRESS_MAPPING() function
1910 invalidate_mapping_pages(COMPRESS_MAPPING(sbi), blkaddr, blkaddr); in f2fs_invalidate_compress_page()
1928 cpage = find_get_page(COMPRESS_MAPPING(sbi), blkaddr); in f2fs_cache_compressed_page()
1938 ret = add_to_page_cache_lru(cpage, COMPRESS_MAPPING(sbi), in f2fs_cache_compressed_page()
1961 cpage = f2fs_pagecache_get_page(COMPRESS_MAPPING(sbi), in f2fs_load_compressed_page()
1978 struct address_space *mapping = COMPRESS_MAPPING(sbi); in f2fs_invalidate_compress_pages()
Ddebug.c166 si->compress_pages = COMPRESS_MAPPING(sbi)->nrpages; in update_general_status()
334 unsigned long npages = COMPRESS_MAPPING(sbi)->nrpages; in update_mem_info()
Dnode.c111 (COMPRESS_MAPPING(sbi)->nrpages < in f2fs_available_free_memory()
Df2fs.h4365 struct address_space *COMPRESS_MAPPING(struct f2fs_sb_info *sbi);
Dsuper.c4912 truncate_inode_pages_final(COMPRESS_MAPPING(sbi)); in kill_f2fs_super()