Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Ddcache.c478 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()
Dsuper.c205 INIT_HLIST_BL_HEAD(&s->s_anon); in alloc_super()
/linux-4.4.14/Documentation/filesystems/nfs/
DExporting61 b/ A per-superblock list "s_anon" of dentries which are the roots of
/linux-4.4.14/include/linux/
Dfs.h1309 struct hlist_bl_head s_anon; /* anonymous dentries for (nfs) exporting */ member