Home
last modified time | relevance | path

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

/linux-3.4.99/fs/nilfs2/
Dsuper.c898 struct dentry **root_dentry) in nilfs_get_root_dentry() argument
935 *root_dentry = dentry; in nilfs_get_root_dentry()
945 struct dentry **root_dentry) in nilfs_attach_snapshot() argument
974 ret = nilfs_get_root_dentry(s, root, root_dentry); in nilfs_attach_snapshot()
981 static int nilfs_tree_was_touched(struct dentry *root_dentry) in nilfs_tree_was_touched() argument
983 return root_dentry->d_count > 1; in nilfs_tree_was_touched()
992 static int nilfs_try_to_shrink_tree(struct dentry *root_dentry) in nilfs_try_to_shrink_tree() argument
994 if (have_submounts(root_dentry)) in nilfs_try_to_shrink_tree()
996 shrink_dcache_parent(root_dentry); in nilfs_try_to_shrink_tree()
997 return nilfs_tree_was_touched(root_dentry); in nilfs_try_to_shrink_tree()
[all …]
/linux-3.4.99/arch/s390/hypfs/
Dinode.c274 struct dentry *root_dentry; in hypfs_fill_super() local
296 sb->s_root = root_dentry = d_make_root(root_inode); in hypfs_fill_super()
297 if (!root_dentry) in hypfs_fill_super()
300 rc = hypfs_vm_create_files(sb, root_dentry); in hypfs_fill_super()
302 rc = hypfs_diag_create_files(sb, root_dentry); in hypfs_fill_super()
305 sbi->update_file = hypfs_create_update_file(sb, root_dentry); in hypfs_fill_super()
/linux-3.4.99/fs/fuse/
Dinode.c940 struct dentry *root_dentry; in fuse_fill_super() local
1009 root_dentry = d_make_root(root); in fuse_fill_super()
1010 if (!root_dentry) in fuse_fill_super()
1035 sb->s_root = root_dentry; in fuse_fill_super()
1055 dput(root_dentry); in fuse_fill_super()