Home
last modified time | relevance | path

Searched refs:nrexceptional (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/mm/
H A Dtruncate.c43 mapping->nrexceptional--; in __clear_shadow_entry()
300 if (mapping->nrpages == 0 && mapping->nrexceptional == 0) in truncate_inode_pages_range()
488 unsigned long nrexceptional; in truncate_inode_pages_final() local
507 nrexceptional = mapping->nrexceptional; in truncate_inode_pages_final()
509 if (nrpages || nrexceptional) { in truncate_inode_pages_final()
714 if (mapping->nrpages == 0 && mapping->nrexceptional == 0) in invalidate_inode_pages2_range()
H A Dswap_state.c164 address_space->nrexceptional -= nr_shadows; in add_to_swap_cache()
204 address_space->nrexceptional += nr; in __delete_from_swap_cache()
305 address_space->nrexceptional -= nr_shadows; in clear_shadow_from_swap_cache()
H A Dworkingset.c560 mapping->nrexceptional -= node->nr_values; in shadow_lru_isolate()
H A Dfilemap.c150 mapping->nrexceptional += nr; in page_cache_delete()
636 return mapping->nrexceptional; in mapping_needs_writeback()
894 mapping->nrexceptional--; in __add_to_page_cache_locked()
/OK3568_Linux_fs/kernel/fs/
H A Ddax.c540 mapping->nrexceptional--; in grab_mapping_entry()
556 mapping->nrexceptional++; in grab_mapping_entry()
676 mapping->nrexceptional--; in __dax_invalidate_entry()
986 if (!mapping->nrexceptional || wbc->sync_mode != WB_SYNC_ALL) in dax_writeback_mapping_range()
H A Dblock_dev.c82 if (mapping->nrpages == 0 && mapping->nrexceptional == 0) in kill_bdev()
H A Dinode.c532 BUG_ON(inode->i_data.nrexceptional); in clear_inode()
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dglock.c277 mapping->nrexceptional); in __gfs2_glock_put()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h470 unsigned long nrexceptional; member