Home
last modified time | relevance | path

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

/linux-4.1.27/arch/s390/hypfs/
Dinode.c275 struct dentry *root_dentry; in hypfs_fill_super() local
297 sb->s_root = root_dentry = d_make_root(root_inode); in hypfs_fill_super()
298 if (!root_dentry) in hypfs_fill_super()
301 rc = hypfs_vm_create_files(root_dentry); in hypfs_fill_super()
303 rc = hypfs_diag_create_files(root_dentry); in hypfs_fill_super()
306 sbi->update_file = hypfs_create_update_file(root_dentry); in hypfs_fill_super()
/linux-4.1.27/fs/overlayfs/
Dsuper.c499 struct dentry *root_dentry = dentry->d_sb->s_root; in ovl_statfs() local
503 ovl_path_real(root_dentry, &path); in ovl_statfs()
826 struct dentry *root_dentry; in ovl_fill_super() local
974 root_dentry = d_make_root(ovl_new_inode(sb, S_IFDIR, oe)); in ovl_fill_super()
975 if (!root_dentry) in ovl_fill_super()
991 root_dentry->d_fsdata = oe; in ovl_fill_super()
993 ovl_copyattr(ovl_dentry_real(root_dentry)->d_inode, in ovl_fill_super()
994 root_dentry->d_inode); in ovl_fill_super()
998 sb->s_root = root_dentry; in ovl_fill_super()
/linux-4.1.27/fs/nilfs2/
Dsuper.c920 struct dentry **root_dentry) in nilfs_get_root_dentry() argument
957 *root_dentry = dentry; in nilfs_get_root_dentry()
967 struct dentry **root_dentry) in nilfs_attach_snapshot() argument
996 ret = nilfs_get_root_dentry(s, root, root_dentry); in nilfs_attach_snapshot()
1009 static bool nilfs_tree_is_busy(struct dentry *root_dentry) in nilfs_tree_is_busy() argument
1011 shrink_dcache_parent(root_dentry); in nilfs_tree_is_busy()
1012 return d_count(root_dentry) > 1; in nilfs_tree_is_busy()
1279 struct dentry *root_dentry; in nilfs_mount() local
1352 err = nilfs_attach_snapshot(s, sd.cno, &root_dentry); in nilfs_mount()
1356 root_dentry = dget(s->s_root); in nilfs_mount()
[all …]
/linux-4.1.27/fs/fuse/
Dinode.c984 struct dentry *root_dentry; in fuse_fill_super() local
1054 root_dentry = d_make_root(root); in fuse_fill_super()
1055 if (!root_dentry) in fuse_fill_super()
1081 sb->s_root = root_dentry; in fuse_fill_super()
1101 dput(root_dentry); in fuse_fill_super()