Searched refs:root_dentry (Results 1 – 5 of 5) sorted by relevance
126 struct dentry *root_dentry, *orphanage_dentry; in xrep_orphanage_create() local142 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()
909 struct dentry **root_dentry) in nilfs_get_root_dentry() argument946 *root_dentry = dentry; in nilfs_get_root_dentry()956 struct dentry **root_dentry) in nilfs_attach_snapshot() argument985 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() argument1000 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() local1264 err = nilfs_attach_snapshot(s, ctx->cno, &root_dentry); in nilfs_get_tree()1267 fc->root = root_dentry; in nilfs_get_tree()
406 struct dentry *root_dentry; in orangefs_fill_sb() local446 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()
262 struct dentry *root_dentry = sb->s_root; in ovl_statfs() local266 ovl_path_real(root_dentry, &path); in ovl_statfs()1315 struct dentry *root_dentry; in ovl_fill_super() local1490 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()
1793 struct dentry *root_dentry; in fuse_fill_super_common() local1853 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 17 milliseconds