Searched refs:ubifs_new_inode (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
D | dir.c | 76 struct inode *ubifs_new_inode(struct ubifs_info *c, struct inode *dir, in ubifs_new_inode() function 311 inode = ubifs_new_inode(c, dir, mode); in ubifs_create() 372 inode = ubifs_new_inode(c, dir, mode); in create_whiteout() 464 inode = ubifs_new_inode(c, dir, mode); in ubifs_tmpfile() 1005 inode = ubifs_new_inode(c, dir, S_IFDIR | mode); in ubifs_mkdir() 1092 inode = ubifs_new_inode(c, dir, mode); in ubifs_mknod() 1174 inode = ubifs_new_inode(c, dir, S_IFLNK | S_IRWXUGO); in ubifs_symlink()
|
D | xattr.c | 113 inode = ubifs_new_inode(c, host, S_IFREG | S_IRWXUGO); in create_xattr()
|
D | ubifs.h | 1998 struct inode *ubifs_new_inode(struct ubifs_info *c, struct inode *dir,
|