Home
last modified time | relevance | path

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

/linux-6.1.9/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()
376 inode = ubifs_new_inode(c, dir, mode, false); in create_whiteout()
469 inode = ubifs_new_inode(c, dir, mode, false); in ubifs_tmpfile()
1011 inode = ubifs_new_inode(c, dir, S_IFDIR | mode, false); in ubifs_mkdir()
1098 inode = ubifs_new_inode(c, dir, mode, false); in ubifs_mknod()
1180 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.h2028 struct inode *ubifs_new_inode(struct ubifs_info *c, struct inode *dir,