Searched refs:shmem_get_inode (Results 1 – 1 of 1) sorted by relevance
/linux/mm/ |
H A D | shmem.c | 3177 static struct inode *shmem_get_inode(struct mnt_idmap *idmap, in shmem_get_inode() function 3205 static inline struct inode *shmem_get_inode(struct mnt_idmap *idmap, in shmem_get_inode() function 3905 inode = shmem_get_inode(idmap, dir->i_sb, dir, mode, dev, VM_NORESERVE); in shmem_mknod() 3945 inode = shmem_get_inode(idmap, dir->i_sb, dir, mode, 0, VM_NORESERVE); in shmem_tmpfile() 4158 inode = shmem_get_inode(idmap, dir->i_sb, dir, S_IFLNK | 0777, 0, in shmem_symlink() 5163 inode = shmem_get_inode(&nop_mnt_idmap, sb, NULL, in shmem_fill_super() 5852 static inline struct inode *shmem_get_inode(struct mnt_idmap *idmap, in shmem_get_inode() function 5882 inode = shmem_get_inode(&nop_mnt_idmap, mnt->mnt_sb, NULL, in __shmem_file_setup()
|