Searched refs:anon (Results 1 – 2 of 2) sorted by relevance
2383 static void __d_materialise_dentry(struct dentry *dentry, struct dentry *anon) in __d_materialise_dentry() argument2387 dentry_lock_for_move(anon, dentry); in __d_materialise_dentry()2390 write_seqcount_begin(&anon->d_seq); in __d_materialise_dentry()2394 switch_names(dentry, anon); in __d_materialise_dentry()2395 swap(dentry->d_name.hash, anon->d_name.hash); in __d_materialise_dentry()2399 anon->d_parent = dparent; in __d_materialise_dentry()2400 list_move(&anon->d_u.d_child, &dparent->d_subdirs); in __d_materialise_dentry()2403 write_seqcount_end(&anon->d_seq); in __d_materialise_dentry()2405 dentry_unlock_parents_for_move(anon, dentry); in __d_materialise_dentry()2409 anon->d_flags &= ~DCACHE_DISCONNECTED; in __d_materialise_dentry()
1220 unsigned long anon; member1253 md->anon += nr_pages; in gather_stats()1410 if (md->anon) in show_numa_map()1411 seq_printf(m, " anon=%lu", md->anon); in show_numa_map()1416 if (md->pages != md->anon && md->pages != md->dirty) in show_numa_map()