Searched refs:omfs_add_node (Results 1 – 1 of 1) sorted by relevance
258 static int omfs_add_node(struct inode *dir, struct dentry *dentry, umode_t mode) in omfs_add_node() function284 return omfs_add_node(dir, dentry, mode | S_IFDIR); in omfs_mkdir()290 return omfs_add_node(dir, dentry, mode | S_IFREG); in omfs_create()