Home
last modified time | relevance | path

Searched refs:root_dentry (Results 1 – 5 of 5) sorted by relevance

/fs/xfs/scrub/
A Dorphanage.c126 struct dentry *root_dentry, *orphanage_dentry; in xrep_orphanage_create() local
142 root_dentry = d_find_alias(root_inode); in xrep_orphanage_create()
143 if (!root_dentry) { in xrep_orphanage_create()
149 if (!d_is_dir(root_dentry)) { in xrep_orphanage_create()
156 orphanage_dentry = lookup_noperm(&QSTR(ORPHANAGE), root_dentry); in xrep_orphanage_create()
207 dput(root_dentry); in xrep_orphanage_create()
/fs/nilfs2/
A Dsuper.c909 struct dentry **root_dentry) in nilfs_get_root_dentry() argument
946 *root_dentry = dentry; in nilfs_get_root_dentry()
956 struct dentry **root_dentry) in nilfs_attach_snapshot() argument
985 ret = nilfs_get_root_dentry(s, root, root_dentry); in nilfs_attach_snapshot()
998 static bool nilfs_tree_is_busy(struct dentry *root_dentry) in nilfs_tree_is_busy() argument
1000 shrink_dcache_parent(root_dentry); in nilfs_tree_is_busy()
1001 return d_count(root_dentry) > 1; in nilfs_tree_is_busy()
1262 struct dentry *root_dentry; in nilfs_get_tree() local
1264 err = nilfs_attach_snapshot(s, ctx->cno, &root_dentry); in nilfs_get_tree()
1267 fc->root = root_dentry; in nilfs_get_tree()
/fs/orangefs/
A Dsuper.c406 struct dentry *root_dentry; in orangefs_fill_sb() local
446 root_dentry = d_make_root(root); in orangefs_fill_sb()
447 if (!root_dentry) in orangefs_fill_sb()
451 sb->s_root = root_dentry; in orangefs_fill_sb()
/fs/overlayfs/
A Dsuper.c262 struct dentry *root_dentry = sb->s_root; in ovl_statfs() local
266 ovl_path_real(root_dentry, &path); in ovl_statfs()
1315 struct dentry *root_dentry; in ovl_fill_super() local
1490 root_dentry = ovl_get_root(sb, ctx->upper.dentry, oe); in ovl_fill_super()
1491 if (!root_dentry) in ovl_fill_super()
1494 sb->s_root = root_dentry; in ovl_fill_super()
/fs/fuse/
A Dinode.c1793 struct dentry *root_dentry; in fuse_fill_super_common() local
1853 root_dentry = d_make_root(root); in fuse_fill_super_common()
1854 if (!root_dentry) in fuse_fill_super_common()
1867 sb->s_root = root_dentry; in fuse_fill_super_common()
1875 dput(root_dentry); in fuse_fill_super_common()

Completed in 16 milliseconds