Home
last modified time | relevance | path

Searched refs:root_dentry (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/blackbox/
H A Dblackbox_storage.c74 struct dentry *root_dentry; in is_pstore_part_ready() local
94 root_dentry = filp->f_path.dentry; in is_pstore_part_ready()
95 list_for_each_entry(cur_dentry, &root_dentry->d_subdirs, d_child) { in is_pstore_part_ready()
/kernel/linux/linux-6.6/drivers/staging/blackbox/
H A Dblackbox_storage.c74 struct dentry *root_dentry; in is_pstore_part_ready() local
94 root_dentry = filp->f_path.dentry; in is_pstore_part_ready()
95 list_for_each_entry(cur_dentry, &root_dentry->d_subdirs, d_child) { in is_pstore_part_ready()
/kernel/linux/linux-5.10/arch/s390/hypfs/
H A Dinode.c260 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()
/kernel/linux/linux-6.6/arch/s390/hypfs/
H A Dinode.c260 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()
/kernel/linux/linux-5.10/fs/nilfs2/
H A Dsuper.c929 struct dentry **root_dentry) in nilfs_get_root_dentry()
966 *root_dentry = dentry; in nilfs_get_root_dentry()
976 struct dentry **root_dentry) in nilfs_attach_snapshot()
1005 ret = nilfs_get_root_dentry(s, root, root_dentry); in nilfs_attach_snapshot()
1014 * @root_dentry: root dentry of the tree to be shrunk
1018 static bool nilfs_tree_is_busy(struct dentry *root_dentry) in nilfs_tree_is_busy() argument
1020 shrink_dcache_parent(root_dentry); in nilfs_tree_is_busy()
1021 return d_count(root_dentry) > 1; in nilfs_tree_is_busy()
1303 struct dentry *root_dentry; in nilfs_mount() local
1373 err = nilfs_attach_snapshot(s, sd.cno, &root_dentry); in nilfs_mount()
927 nilfs_get_root_dentry(struct super_block *sb, struct nilfs_root *root, struct dentry **root_dentry) nilfs_get_root_dentry() argument
975 nilfs_attach_snapshot(struct super_block *s, __u64 cno, struct dentry **root_dentry) nilfs_attach_snapshot() argument
[all...]
/kernel/linux/linux-6.6/fs/nilfs2/
H A Dsuper.c930 struct dentry **root_dentry) in nilfs_get_root_dentry()
967 *root_dentry = dentry; in nilfs_get_root_dentry()
977 struct dentry **root_dentry) in nilfs_attach_snapshot()
1006 ret = nilfs_get_root_dentry(s, root, root_dentry); in nilfs_attach_snapshot()
1015 * @root_dentry: root dentry of the tree to be shrunk
1019 static bool nilfs_tree_is_busy(struct dentry *root_dentry) in nilfs_tree_is_busy() argument
1021 shrink_dcache_parent(root_dentry); in nilfs_tree_is_busy()
1022 return d_count(root_dentry) > 1; in nilfs_tree_is_busy()
1354 struct dentry *root_dentry; in nilfs_mount() local
1356 err = nilfs_attach_snapshot(s, sd.cno, &root_dentry); in nilfs_mount()
928 nilfs_get_root_dentry(struct super_block *sb, struct nilfs_root *root, struct dentry **root_dentry) nilfs_get_root_dentry() argument
976 nilfs_attach_snapshot(struct super_block *s, __u64 cno, struct dentry **root_dentry) nilfs_attach_snapshot() argument
[all...]
/kernel/linux/linux-5.10/fs/orangefs/
H A Dsuper.c418 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()
/kernel/linux/linux-6.6/fs/orangefs/
H A Dsuper.c419 struct dentry *root_dentry; in orangefs_fill_sb() local
465 root_dentry = d_make_root(root); in orangefs_fill_sb()
466 if (!root_dentry) in orangefs_fill_sb()
470 sb->s_root = root_dentry; in orangefs_fill_sb()
/kernel/linux/linux-5.10/mm/
H A Dcma_debug.c163 static void cma_debugfs_add_one(struct cma *cma, struct dentry *root_dentry) in cma_debugfs_add_one() argument
170 tmp = debugfs_create_dir(name, root_dentry); in cma_debugfs_add_one()
/kernel/linux/linux-6.6/mm/
H A Dcma_debug.c163 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()
/kernel/linux/linux-5.10/fs/hmdfs/
H A Dmain.c865 struct dentry *root_dentry; in hmdfs_fill_super() local
945 sb->s_root = root_dentry = d_make_root(root_inode); in hmdfs_fill_super()
946 if (!root_dentry) { in hmdfs_fill_super()
951 err = init_hmdfs_dentry_info(sbi, root_dentry, HMDFS_LAYER_SECOND_LOCAL); in hmdfs_fill_super()
953 err = init_hmdfs_dentry_info(sbi, root_dentry, HMDFS_LAYER_ZERO); in hmdfs_fill_super()
956 hmdfs_set_lower_path(root_dentry, &lower_path); in hmdfs_fill_super()
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dmain.c866 struct dentry *root_dentry; in hmdfs_fill_super() local
946 sb->s_root = root_dentry = d_make_root(root_inode); in hmdfs_fill_super()
947 if (!root_dentry) { in hmdfs_fill_super()
952 err = init_hmdfs_dentry_info(sbi, root_dentry, HMDFS_LAYER_SECOND_LOCAL); in hmdfs_fill_super()
954 err = init_hmdfs_dentry_info(sbi, root_dentry, HMDFS_LAYER_ZERO); in hmdfs_fill_super()
957 hmdfs_set_lower_path(root_dentry, &lower_path); in hmdfs_fill_super()
/kernel/linux/linux-6.6/fs/overlayfs/
H A Dsuper.c250 struct dentry *root_dentry = sb->s_root; in ovl_statfs() local
254 ovl_path_real(root_dentry, &path); in ovl_statfs()
1336 struct dentry *root_dentry; in ovl_fill_super() local
1498 root_dentry = ovl_get_root(sb, ctx->upper.dentry, oe); in ovl_fill_super()
1499 if (!root_dentry) in ovl_fill_super()
1502 sb->s_root = root_dentry; in ovl_fill_super()
/kernel/linux/linux-5.10/fs/overlayfs/
H A Dsuper.c317 struct dentry *root_dentry = dentry->d_sb->s_root; in ovl_statfs() local
321 ovl_path_real(root_dentry, &path); in ovl_statfs()
1879 struct dentry *root_dentry; in ovl_fill_super() local
2034 root_dentry = ovl_get_root(sb, upperpath.dentry, oe); in ovl_fill_super()
2035 if (!root_dentry) in ovl_fill_super()
2041 sb->s_root = root_dentry; in ovl_fill_super()
/kernel/linux/linux-5.10/fs/fuse/
H A Dinode.c1332 struct dentry *root_dentry; in fuse_fill_super_common() local
1391 root_dentry = d_make_root(root); in fuse_fill_super_common()
1392 if (!root_dentry) in fuse_fill_super_common()
1407 sb->s_root = root_dentry; in fuse_fill_super_common()
1415 dput(root_dentry); in fuse_fill_super_common()
/kernel/linux/linux-6.6/fs/fuse/
H A Dinode.c1626 struct dentry *root_dentry; in fuse_fill_super_common() local
1686 root_dentry = d_make_root(root); in fuse_fill_super_common()
1687 if (!root_dentry) in fuse_fill_super_common()
1702 sb->s_root = root_dentry; in fuse_fill_super_common()
1710 dput(root_dentry); in fuse_fill_super_common()

Completed in 20 milliseconds