Searched refs:shmem_get_inode (Results 1 – 1 of 1) sorted by relevance
/linux/mm/ |
H A D | shmem.c | 3125 static struct inode *shmem_get_inode(struct mnt_idmap *idmap, in shmem_get_inode() function 3153 static inline struct inode *shmem_get_inode(struct mnt_idmap *idmap, in shmem_get_inode() function 3854 inode = shmem_get_inode(idmap, dir->i_sb, dir, mode, dev, VM_NORESERVE); in shmem_mknod() 3894 inode = shmem_get_inode(idmap, dir->i_sb, dir, mode, 0, VM_NORESERVE); in shmem_tmpfile() 4107 inode = shmem_get_inode(idmap, dir->i_sb, dir, S_IFLNK | 0777, 0, in shmem_symlink() 5112 inode = shmem_get_inode(&nop_mnt_idmap, sb, NULL, in shmem_fill_super() 5802 static inline struct inode *shmem_get_inode(struct mnt_idmap *idmap, in shmem_get_inode() function 5832 inode = shmem_get_inode(&nop_mnt_idmap, mnt->mnt_sb, NULL, in __shmem_file_setup()
|