Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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
502 * nrexceptional first, then decreases nrpages. Make sure we see in truncate_inode_pages_final()
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.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()
H A Dworkingset.c624 mapping->nrexceptional -= node->nr_values; in __must_hold()
H A Dfilemap.c145 mapping->nrexceptional += nr; in page_cache_delete()
147 * Make sure the nrexceptional update is committed before 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/
H A 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()
H A Dblock_dev.c82 if (mapping->nrpages == 0 && mapping->nrexceptional == 0) in kill_bdev()
H A Dinode.c567 BUG_ON(inode->i_data.nrexceptional); in clear_inode()
/kernel/linux/linux-5.10/fs/gfs2/
H A Dglock.c277 mapping->nrexceptional); in __gfs2_glock_put()
/kernel/linux/linux-5.10/include/linux/
H A Dfs.h445 * @nrexceptional: Shadow or DAX entries, protected by the i_pages lock.
466 unsigned long nrexceptional; member

Completed in 24 milliseconds