Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
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()
Dswap_state.c163 address_space->nrexceptional -= nr_shadows; in add_to_swap_cache()
203 address_space->nrexceptional += nr; in __delete_from_swap_cache()
304 address_space->nrexceptional -= nr_shadows; in clear_shadow_from_swap_cache()
Dworkingset.c624 mapping->nrexceptional -= node->nr_values; in shadow_lru_isolate()
Dfilemap.c145 mapping->nrexceptional += nr; in page_cache_delete()
631 return mapping->nrexceptional; in mapping_needs_writeback()
889 mapping->nrexceptional--; in __add_to_page_cache_locked()
/kernel/linux/linux-5.10/fs/
Ddax.c540 mapping->nrexceptional--; in grab_mapping_entry()
556 mapping->nrexceptional++; in grab_mapping_entry()
676 mapping->nrexceptional--; in __dax_invalidate_entry()
981 if (!mapping->nrexceptional || wbc->sync_mode != WB_SYNC_ALL) in dax_writeback_mapping_range()
Dinode.c534 BUG_ON(inode->i_data.nrexceptional); in clear_inode()
Dblock_dev.c82 if (mapping->nrpages == 0 && mapping->nrexceptional == 0) in kill_bdev()
/kernel/linux/linux-5.10/fs/gfs2/
Dglock.c277 mapping->nrexceptional); in __gfs2_glock_put()
/kernel/linux/linux-5.10/include/linux/
Dfs.h464 unsigned long nrexceptional; member