Home
last modified time | relevance | path

Searched refs:omfs_new_inode (Results 1 – 3 of 3) sorted by relevance

/linux/fs/omfs/
H A Domfs.h64 extern struct inode *omfs_new_inode(struct inode *dir, umode_t mode);
H A Ddir.c261 struct inode *inode = omfs_new_inode(dir, mode); in omfs_add_node()
H A Dinode.c33 struct inode *omfs_new_inode(struct inode *dir, umode_t mode) in omfs_new_inode() function