Searched refs:root_dentry (Results 1 – 5 of 5) sorted by relevance
/linux/arch/s390/hypfs/ |
H A D | inode.c | 260 struct dentry *root_dentry, *update_file; in hypfs_fill_super() local 273 sb->s_root = root_dentry = d_make_root(root_inode); in hypfs_fill_super() 274 if (!root_dentry) in hypfs_fill_super() 277 rc = hypfs_vm_create_files(root_dentry); in hypfs_fill_super() 279 rc = hypfs_diag_create_files(root_dentry); in hypfs_fill_super() 282 update_file = hypfs_create_update_file(root_dentry); in hypfs_fill_super()
|
/linux/fs/nilfs2/ |
H A D | super.c | 909 struct dentry **root_dentry) in nilfs_get_root_dentry() 946 *root_dentry = dentry; in nilfs_get_root_dentry() 956 struct dentry **root_dentry) in nilfs_attach_snapshot() 985 ret = nilfs_get_root_dentry(s, root, root_dentry); 994 * @root_dentry: root dentry of the tree to be shrunk in nilfs_tree_is_busy() 998 static bool nilfs_tree_is_busy(struct dentry *root_dentry) in nilfs_checkpoint_is_mounted() 1000 shrink_dcache_parent(root_dentry); in nilfs_checkpoint_is_mounted() 1001 return d_count(root_dentry) > 1; in nilfs_checkpoint_is_mounted() 1262 struct dentry *root_dentry; in nilfs_get_tree() 1264 err = nilfs_attach_snapshot(s, ctx->cno, &root_dentry); in nilfs_get_tree() 903 nilfs_get_root_dentry(struct super_block * sb,struct nilfs_root * root,struct dentry ** root_dentry) nilfs_get_root_dentry() argument 950 nilfs_attach_snapshot(struct super_block * s,__u64 cno,struct dentry ** root_dentry) nilfs_attach_snapshot() argument 992 nilfs_tree_is_busy(struct dentry * root_dentry) nilfs_tree_is_busy() argument 1254 struct dentry *root_dentry; nilfs_get_tree() local [all...] |
/linux/mm/ |
H A D | cma_debug.c | 163 static void cma_debugfs_add_one(struct cma *cma, struct dentry *root_dentry) in cma_debugfs_add_one() argument 167 tmp = debugfs_create_dir(cma->name, root_dentry); in cma_debugfs_add_one()
|
/linux/fs/orangefs/ |
H A D | super.c | 418 struct dentry *root_dentry; in orangefs_fill_sb() local 464 root_dentry = d_make_root(root); in orangefs_fill_sb() 465 if (!root_dentry) in orangefs_fill_sb() 469 sb->s_root = root_dentry; in orangefs_fill_sb()
|
/linux/fs/overlayfs/ |
H A D | super.c | 262 struct dentry *root_dentry = sb->s_root; in ovl_statfs() local 266 ovl_path_real(root_dentry, &path); in ovl_statfs() 1308 struct dentry *root_dentry; in ovl_fill_super() local 1478 root_dentry = ovl_get_root(sb, ctx->upper.dentry, oe); in ovl_fill_super() 1479 if (!root_dentry) in ovl_fill_super() 1482 sb->s_root = root_dentry; in ovl_fill_super()
|