Home
last modified time | relevance | path

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

/linux-6.15/fs/
H A Ddcache.c553 b = &dentry->d_sb->s_roots; in ___d_drop()
1614 while (!hlist_bl_empty(&sb->s_roots)) { in shrink_dcache_for_umount()
1615 dentry = dget(hlist_bl_entry(hlist_bl_first(&sb->s_roots), struct dentry, d_hash)); in shrink_dcache_for_umount()
2021 hlist_bl_lock(&sb->s_roots); in __d_obtain_alias()
2022 hlist_bl_add_head(&new->d_hash, &sb->s_roots); in __d_obtain_alias()
2023 hlist_bl_unlock(&sb->s_roots); in __d_obtain_alias()
H A Dsuper.c360 INIT_HLIST_BL_HEAD(&s->s_roots); in alloc_super()
/linux-6.15/Documentation/filesystems/nfs/
H A Dexporting.rst77 per-superblock list (->s_roots), so they can be located at umount
/linux-6.15/include/linux/
H A Dfs.h1346 struct hlist_bl_head s_roots; /* alternate root dentries for NFS */ member