Home
last modified time | relevance | path

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

/fs/ubifs/
Ddir.c77 struct inode *ubifs_new_inode(struct ubifs_info *c, struct inode *dir, in ubifs_new_inode() function
315 inode = ubifs_new_inode(c, dir, mode, false); in ubifs_create()
371 inode = ubifs_new_inode(c, dir, mode, false); in create_whiteout()
462 inode = ubifs_new_inode(c, dir, mode, false); in ubifs_tmpfile()
1005 inode = ubifs_new_inode(c, dir, S_IFDIR | mode, false); in ubifs_mkdir()
1092 inode = ubifs_new_inode(c, dir, mode, false); in ubifs_mknod()
1174 inode = ubifs_new_inode(c, dir, S_IFLNK | S_IRWXUGO, false); in ubifs_symlink()
Dxattr.c113 inode = ubifs_new_inode(c, host, S_IFREG | S_IRWXUGO, true); in create_xattr()
Dubifs.h2004 struct inode *ubifs_new_inode(struct ubifs_info *c, struct inode *dir,