Searched refs:f2fs_new_inode (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/f2fs/ |
H A D | namei.c | 219 static struct inode *f2fs_new_inode(struct mnt_idmap *idmap, in f2fs_new_inode() function 367 inode = f2fs_new_inode(idmap, dir, mode, dentry->d_name.name); in f2fs_create() 630 inode = f2fs_new_inode(idmap, dir, S_IFLNK | S_IRWXUGO, NULL); in f2fs_symlink() 701 inode = f2fs_new_inode(idmap, dir, S_IFDIR | mode, NULL); in f2fs_mkdir() 758 inode = f2fs_new_inode(idmap, dir, mode, NULL); in f2fs_mknod() 797 inode = f2fs_new_inode(idmap, dir, mode, NULL); in __f2fs_tmpfile()
|
/openbmc/linux/include/trace/events/ |
H A D | f2fs.h | 315 DEFINE_EVENT(f2fs__inode_exit, f2fs_new_inode,
|