Home
last modified time | relevance | path

Searched refs:omfs_add_node (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/omfs/
H A Ddir.c258 static int omfs_add_node(struct inode *dir, struct dentry *dentry, umode_t mode) in omfs_add_node() function
284 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()
/kernel/linux/linux-6.6/fs/omfs/
H A Ddir.c258 static int omfs_add_node(struct inode *dir, struct dentry *dentry, umode_t mode) in omfs_add_node() function
285 return omfs_add_node(dir, dentry, mode | S_IFDIR); in omfs_mkdir()
291 return omfs_add_node(dir, dentry, mode | S_IFREG); in omfs_create()

Completed in 2 milliseconds