Lines Matching defs:new
108 pgoff_t nr_falloced; /* how many new pages have been fallocated */
325 * each dentry. However, in that case, no new inode number is needed since that
471 * Replace item expected in xarray by a new item, while holding xa_lock.
1107 * that we pick up the new sub pages.
1733 struct folio *old, *new;
1750 new = shmem_alloc_folio(gfp, info, index);
1751 if (!new)
1754 folio_get(new);
1755 folio_copy(new, old);
1756 flush_dcache_folio(new);
1758 __folio_set_locked(new);
1759 __folio_set_swapbacked(new);
1760 folio_mark_uptodate(new);
1761 new->swap = entry;
1762 folio_set_swapcache(new);
1769 error = shmem_replace_entry(swap_mapping, swap_index, old, new);
1771 mem_cgroup_migrate(old, new);
1772 __lruvec_stat_mod_folio(new, NR_FILE_PAGES, 1);
1773 __lruvec_stat_mod_folio(new, NR_SHMEM, 1);
1785 old = new;
1787 folio_add_lru(new);
1788 *foliop = new;
1937 * If we allocate a new one we do not mark it dirty. That's up to the
2098 * Let SGP_FALLOC use the SGP_WRITE optimization on a new folio.
2191 * keep up, as each new page needs its own unmap_mapping_range() call,
2192 * and the i_mmap tree grows ever slower to scan if new vmas are added.
3319 * but each new link needs a new dentry, pinning lowmem, and
4875 * Cloning a new file under mmap_lock leads to a lock ordering conflict
4899 * with any new page allocations done using the specified allocation flags.