Searched refs:vfs_alloc_dentry (Results 1 – 7 of 7) sorted by relevance
59 struct vfs_dir_entry_t *dentry = vfs_alloc_dentry(namelen + 1); in __devfs_chardev_register()
208 devfs_root_dentry = vfs_alloc_dentry(0); in __devfs_init_root_dentry()
127 struct vfs_dir_entry_t *dentry = vfs_alloc_dentry(strlen(name) + 1); in rootfs_add_dir()144 rootfs_sb.root = vfs_alloc_dentry(sizeof("/")); in rootfs_init()
20 struct vfs_dir_entry_t *vfs_alloc_dentry(const int name_size);172 dentry = vfs_alloc_dentry(tmp_path_len + 1); in vfs_path_walk()302 struct vfs_dir_entry_t *subdir_dentry = vfs_alloc_dentry(pathlen - last_slash); in vfs_mkdir()439 dentry = vfs_alloc_dentry(path_len - tmp_index); in do_open()572 struct vfs_dir_entry_t *vfs_alloc_dentry(const int name_size) in vfs_alloc_dentry() function
243 struct vfs_dir_entry_t *vfs_alloc_dentry(const int name_size);
434 procfs_root_dentry = vfs_alloc_dentry(0); in __procfs_init_root_dentry()
417 sb_ptr->root = vfs_alloc_dentry(2); in fat32_read_superblock()