Searched refs:shmem_get_inode (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/mm/ |
H A D | shmem.c | 2533 static struct inode *shmem_get_inode(struct mnt_idmap *idmap, in shmem_get_inode() function 2561 static inline struct inode *shmem_get_inode(struct mnt_idmap *idmap, in shmem_get_inode() function 3233 inode = shmem_get_inode(idmap, dir->i_sb, dir, mode, dev, VM_NORESERVE); in shmem_mknod() 3269 inode = shmem_get_inode(idmap, dir->i_sb, dir, mode, 0, VM_NORESERVE); in shmem_tmpfile() 3472 inode = shmem_get_inode(idmap, dir->i_sb, dir, S_IFLNK | 0777, 0, in shmem_symlink() 4372 inode = shmem_get_inode(&nop_mnt_idmap, sb, NULL, S_IFDIR | sbinfo->mode, 0, in shmem_fill_super() 4777 static inline struct inode *shmem_get_inode(struct mnt_idmap *idmap, struct super_block *sb, struct… in shmem_get_inode() function 4806 inode = shmem_get_inode(&nop_mnt_idmap, mnt->mnt_sb, NULL, in __shmem_file_setup()
|