Home
last modified time | relevance | path

Searched refs:s_roots (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/
H A Ddcache.c44 * s_roots bl list spinlock protects:
45 * - the s_roots list (see __d_drop)
63 * s_roots lock
485 b = &dentry->d_sb->s_roots; in ___d_drop()
1642 while (!hlist_bl_empty(&sb->s_roots)) { in shrink_dcache_for_umount()
1643 dentry = dget(hlist_bl_entry(hlist_bl_first(&sb->s_roots), struct dentry, d_hash)); in shrink_dcache_for_umount()
2045 hlist_bl_lock(&dentry->d_sb->s_roots); in __d_instantiate_anon()
2046 hlist_bl_add_head(&dentry->d_hash, &dentry->d_sb->s_roots); in __d_instantiate_anon()
2047 hlist_bl_unlock(&dentry->d_sb->s_roots); in __d_instantiate_anon()
H A Dsuper.c246 INIT_HLIST_BL_HEAD(&s->s_roots); in alloc_super()
/kernel/linux/linux-6.6/fs/
H A Ddcache.c44 * s_roots bl list spinlock protects:
45 * - the s_roots list (see __d_drop)
63 * s_roots lock
495 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()
H A Dsuper.c368 INIT_HLIST_BL_HEAD(&s->s_roots); in alloc_super()
/kernel/linux/linux-5.10/include/linux/
H A Dfs.h1458 struct hlist_bl_head s_roots; /* alternate root dentries for NFS */ member
/kernel/linux/linux-6.6/include/linux/
H A Dfs.h1223 struct hlist_bl_head s_roots; /* alternate root dentries for NFS */ member

Completed in 24 milliseconds