Home
last modified time | relevance | path

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

/Linux-v5.10/mm/
Dtruncate.c43 mapping->nrexceptional--; in __clear_shadow_entry()
303 if (mapping->nrpages == 0 && mapping->nrexceptional == 0) in truncate_inode_pages_range()
491 unsigned long nrexceptional; in truncate_inode_pages_final() local
510 nrexceptional = mapping->nrexceptional; in truncate_inode_pages_final()
512 if (nrpages || nrexceptional) { in truncate_inode_pages_final()
717 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.c560 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()
887 mapping->nrexceptional--; in __add_to_page_cache_locked()
/Linux-v5.10/fs/
Ddax.c528 mapping->nrexceptional--; in grab_mapping_entry()
544 mapping->nrexceptional++; in grab_mapping_entry()
664 mapping->nrexceptional--; in __dax_invalidate_entry()
968 if (!mapping->nrexceptional || wbc->sync_mode != WB_SYNC_ALL) in dax_writeback_mapping_range()
Dblock_dev.c82 if (mapping->nrpages == 0 && mapping->nrexceptional == 0) in kill_bdev()
Dinode.c533 BUG_ON(inode->i_data.nrexceptional); in clear_inode()
/Linux-v5.10/fs/gfs2/
Dglock.c277 mapping->nrexceptional); in __gfs2_glock_put()
/Linux-v5.10/include/linux/
Dfs.h463 unsigned long nrexceptional; member