Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/
A Ddcache.c495 b = &dentry->d_sb->s_roots; in ___d_drop()
1701 while (!hlist_bl_empty(&sb->s_roots)) { in shrink_dcache_for_umount()
1702 dentry = dget(hlist_bl_entry(hlist_bl_first(&sb->s_roots), struct dentry, d_hash)); in shrink_dcache_for_umount()
2105 hlist_bl_lock(&dentry->d_sb->s_roots); in __d_instantiate_anon()
2106 hlist_bl_add_head(&dentry->d_hash, &dentry->d_sb->s_roots); in __d_instantiate_anon()
2107 hlist_bl_unlock(&dentry->d_sb->s_roots); in __d_instantiate_anon()
A Dsuper.c245 INIT_HLIST_BL_HEAD(&s->s_roots); in alloc_super()
/linux-6.3-rc2/Documentation/filesystems/nfs/
A Dexporting.rst77 per-superblock list (->s_roots), so they can be located at umount
/linux-6.3-rc2/include/linux/
A Dfs.h1169 struct hlist_bl_head s_roots; /* alternate root dentries for NFS */ member

Completed in 20 milliseconds