Searched refs:root_dentry (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/fs/nilfs2/ |
| H A D | super.c | 899 struct dentry **root_dentry) in nilfs_get_root_dentry() argument 936 *root_dentry = dentry; in nilfs_get_root_dentry() 946 struct dentry **root_dentry) in nilfs_attach_snapshot() argument 975 ret = nilfs_get_root_dentry(s, root, root_dentry); in nilfs_attach_snapshot() 988 static bool nilfs_tree_is_busy(struct dentry *root_dentry) in nilfs_tree_is_busy() argument 990 shrink_dcache_parent(root_dentry); in nilfs_tree_is_busy() 991 return d_count(root_dentry) > 1; in nilfs_tree_is_busy() 1272 struct dentry *root_dentry; in nilfs_mount() local 1342 err = nilfs_attach_snapshot(s, sd.cno, &root_dentry); in nilfs_mount() 1346 root_dentry = dget(s->s_root); in nilfs_mount() [all …]
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | cma_debug_bitmap_hex.c | 94 static int cma_debugfs_add_one(struct cma *cma, struct dentry *root_dentry) in cma_debugfs_add_one() argument 101 tmp = debugfs_lookup(name, root_dentry); in cma_debugfs_add_one()
|
| 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 170 tmp = debugfs_create_dir(name, root_dentry); in cma_debugfs_add_one()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/fs/overlayfs/ |
| H A D | super.c | 318 struct dentry *root_dentry = dentry->d_sb->s_root; in ovl_statfs() local 322 ovl_path_real(root_dentry, &path); in ovl_statfs() 1898 struct dentry *root_dentry; in ovl_fill_super() local 2053 root_dentry = ovl_get_root(sb, upperpath.dentry, oe); in ovl_fill_super() 2054 if (!root_dentry) in ovl_fill_super() 2060 sb->s_root = root_dentry; in ovl_fill_super()
|
| /OK3568_Linux_fs/kernel/fs/fuse/ |
| H A D | inode.c | 1353 struct dentry *root_dentry; in fuse_fill_super_common() local 1412 root_dentry = d_make_root(root); in fuse_fill_super_common() 1413 if (!root_dentry) in fuse_fill_super_common() 1428 sb->s_root = root_dentry; in fuse_fill_super_common() 1436 dput(root_dentry); in fuse_fill_super_common()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_linux.c | 28214 struct proc_dir_entry *root_dentry; 28230 root_dentry = proc_mkdir(dir_name, NULL); 28231 if ((root_dentry == NULL) || IS_ERR(root_dentry)) { 28236 S_IRUGO | (fileinfos[i].fops->write ? S_IWUGO : 0), root_dentry, 28242 dhd->gdb_proxy_fs_root = root_dentry; 28247 if (root_dentry) {
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_linux.c | 28095 struct proc_dir_entry *root_dentry; 28111 root_dentry = proc_mkdir(dir_name, NULL); 28112 if ((root_dentry == NULL) || IS_ERR(root_dentry)) { 28117 S_IRUGO | (fileinfos[i].fops->write ? S_IWUGO : 0), root_dentry, 28123 dhd->gdb_proxy_fs_root = root_dentry; 28128 if (root_dentry) {
|