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

/linux-4.1.27/fs/
H A Ddcache.c52 * s_anon bl list spinlock protects:
53 * - the s_anon list (see __d_drop)
71 * s_anon lock
478 b = &dentry->d_sb->s_anon; __d_drop()
1450 while (!hlist_bl_empty(&sb->s_anon)) { shrink_dcache_for_umount()
1451 dentry = dget(hlist_bl_entry(hlist_bl_first(&sb->s_anon), struct dentry, d_hash)); shrink_dcache_for_umount()
1970 hlist_bl_lock(&tmp->d_sb->s_anon); __d_obtain_alias()
1971 hlist_bl_add_head(&tmp->d_hash, &tmp->d_sb->s_anon); __d_obtain_alias()
1972 hlist_bl_unlock(&tmp->d_sb->s_anon); __d_obtain_alias()
H A Dsuper.c192 INIT_HLIST_BL_HEAD(&s->s_anon); alloc_super()
/linux-4.1.27/fs/nfs/
H A Ddir.c1225 * its d_hash is on the s_anon list and d_drop() would hide nfs_lookup_revalidate()
/linux-4.1.27/include/linux/
H A Dfs.h1300 struct hlist_bl_head s_anon; /* anonymous dentries for (nfs) exporting */ member in struct:super_block

Completed in 109 milliseconds