Home
last modified time | relevance | path

Searched refs:devfs_inode_ops (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.2/kernel/src/filesystem/devfs/
Dinternal.h9 extern struct vfs_inode_operations_t devfs_inode_ops;
76 dentry->dir_inode->inode_ops = &devfs_inode_ops; in __devfs_fill_inode()
Ddevfs.c13 struct vfs_inode_operations_t devfs_inode_ops; variable
161 dEntry->dir_inode->inode_ops = &devfs_inode_ops; in devfs_mkdir()
174 struct vfs_inode_operations_t devfs_inode_ops = { variable
196 devfs_root_dentry->dir_inode->inode_ops = &devfs_inode_ops; in __devfs_init_root_inode()