Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/hypfs/
Dinode.c270 struct dentry *root_dentry; in hypfs_fill_super() local
292 sb->s_root = root_dentry = d_make_root(root_inode); in hypfs_fill_super()
293 if (!root_dentry) in hypfs_fill_super()
296 rc = hypfs_vm_create_files(root_dentry); in hypfs_fill_super()
298 rc = hypfs_diag_create_files(root_dentry); in hypfs_fill_super()
301 sbi->update_file = hypfs_create_update_file(root_dentry); in hypfs_fill_super()
/linux-4.4.14/fs/nilfs2/
Dsuper.c923 struct dentry **root_dentry) in nilfs_get_root_dentry() argument
960 *root_dentry = dentry; in nilfs_get_root_dentry()
970 struct dentry **root_dentry) in nilfs_attach_snapshot() argument
999 ret = nilfs_get_root_dentry(s, root, root_dentry); in nilfs_attach_snapshot()
1012 static bool nilfs_tree_is_busy(struct dentry *root_dentry) in nilfs_tree_is_busy() argument
1014 shrink_dcache_parent(root_dentry); in nilfs_tree_is_busy()
1015 return d_count(root_dentry) > 1; in nilfs_tree_is_busy()
1282 struct dentry *root_dentry; in nilfs_mount() local
1355 err = nilfs_attach_snapshot(s, sd.cno, &root_dentry); in nilfs_mount()
1359 root_dentry = dget(s->s_root); in nilfs_mount()
[all …]
/linux-4.4.14/fs/overlayfs/
Dsuper.c603 struct dentry *root_dentry = dentry->d_sb->s_root; in ovl_statfs() local
607 ovl_path_real(root_dentry, &path); in ovl_statfs()
922 struct dentry *root_dentry; in ovl_fill_super() local
1075 root_dentry = d_make_root(ovl_new_inode(sb, S_IFDIR, oe)); in ovl_fill_super()
1076 if (!root_dentry) in ovl_fill_super()
1092 root_dentry->d_fsdata = oe; in ovl_fill_super()
1094 ovl_copyattr(ovl_dentry_real(root_dentry)->d_inode, in ovl_fill_super()
1095 root_dentry->d_inode); in ovl_fill_super()
1099 sb->s_root = root_dentry; in ovl_fill_super()
/linux-4.4.14/fs/fuse/
Dinode.c1035 struct dentry *root_dentry; in fuse_fill_super() local
1109 root_dentry = d_make_root(root); in fuse_fill_super()
1110 if (!root_dentry) in fuse_fill_super()
1136 sb->s_root = root_dentry; in fuse_fill_super()
1155 dput(root_dentry); in fuse_fill_super()