Searched refs:s_anon (Results 1 – 4 of 4) sorted by relevance
478 b = &dentry->d_sb->s_anon; in __d_drop()1450 while (!hlist_bl_empty(&sb->s_anon)) { in shrink_dcache_for_umount()1451 dentry = dget(hlist_bl_entry(hlist_bl_first(&sb->s_anon), struct dentry, d_hash)); in shrink_dcache_for_umount()1973 hlist_bl_lock(&tmp->d_sb->s_anon); in __d_obtain_alias()1974 hlist_bl_add_head(&tmp->d_hash, &tmp->d_sb->s_anon); in __d_obtain_alias()1975 hlist_bl_unlock(&tmp->d_sb->s_anon); in __d_obtain_alias()
205 INIT_HLIST_BL_HEAD(&s->s_anon); in alloc_super()
61 b/ A per-superblock list "s_anon" of dentries which are the roots of
1309 struct hlist_bl_head s_anon; /* anonymous dentries for (nfs) exporting */ member