Searched refs:ubifs_new_inode (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/fs/ubifs/ |
D | dir.c | 82 struct inode *ubifs_new_inode(struct ubifs_info *c, struct inode *dir, in ubifs_new_inode() function 334 inode = ubifs_new_inode(c, dir, mode, false); in ubifs_create() 392 inode = ubifs_new_inode(c, dir, mode, false); in create_whiteout() 483 inode = ubifs_new_inode(c, dir, mode, false); in ubifs_tmpfile() 1034 inode = ubifs_new_inode(c, dir, S_IFDIR | mode, false); in ubifs_mkdir() 1123 inode = ubifs_new_inode(c, dir, mode, false); in ubifs_mknod() 1209 inode = ubifs_new_inode(c, dir, S_IFLNK | S_IRWXUGO, false); in ubifs_symlink()
|
D | xattr.c | 113 inode = ubifs_new_inode(c, host, S_IFREG | S_IRWXUGO, true); in create_xattr()
|
D | ubifs.h | 2028 struct inode *ubifs_new_inode(struct ubifs_info *c, struct inode *dir,
|