Home
last modified time | relevance | path

Searched refs:s_anon (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/fs/
Ddcache.c323 b = &dentry->d_sb->s_anon; in __d_drop()
990 while (!hlist_bl_empty(&sb->s_anon)) { in shrink_dcache_for_umount()
991 dentry = hlist_bl_entry(hlist_bl_first(&sb->s_anon), struct dentry, d_hash); in shrink_dcache_for_umount()
1587 hlist_bl_lock(&tmp->d_sb->s_anon); in d_obtain_alias()
1588 hlist_bl_add_head(&tmp->d_hash, &tmp->d_sb->s_anon); in d_obtain_alias()
1589 hlist_bl_unlock(&tmp->d_sb->s_anon); in d_obtain_alias()
Dsuper.c76 INIT_HLIST_BL_HEAD(&s->s_anon); in alloc_super()
/linux-2.6.39/Documentation/filesystems/nfs/
DExporting61 b/ A per-superblock list "s_anon" of dentries which are the roots of
/linux-2.6.39/include/linux/
Dfs.h1385 struct hlist_bl_head s_anon; /* anonymous dentries for (nfs) exporting */ member