Symbol: alloc_inode_sb
block/bdev.c
380
struct bdev_inode *ei = alloc_inode_sb(sb, bdev_cachep, GFP_KERNEL);
drivers/dax/super.c
357
dax_dev = alloc_inode_sb(sb, dax_cache, GFP_KERNEL);
fs/9p/vfs_inode.c
231
v9inode = alloc_inode_sb(sb, v9fs_inode_cache, GFP_KERNEL);
fs/adfs/super.c
198
ei = alloc_inode_sb(sb, adfs_inode_cachep, GFP_KERNEL);
fs/affs/super.c
103
i = alloc_inode_sb(sb, affs_inode_cachep, GFP_KERNEL);
fs/afs/super.c
674
vnode = alloc_inode_sb(sb, afs_inode_cachep, GFP_KERNEL);
fs/befs/linuxvfs.c
281
bi = alloc_inode_sb(sb, befs_inode_cachep, GFP_KERNEL);
fs/bfs/inode.c
257
bi = alloc_inode_sb(sb, bfs_inode_cachep, GFP_KERNEL);
fs/btrfs/inode.c
8054
ei = alloc_inode_sb(sb, btrfs_inode_cachep, GFP_KERNEL);
fs/ceph/inode.c
618
ci = alloc_inode_sb(sb, ceph_inode_cachep, GFP_NOFS);
fs/coda/inode.c
48
ei = alloc_inode_sb(sb, coda_inode_cachep, GFP_KERNEL);
fs/debugfs/inode.c
225
info = alloc_inode_sb(sb, debugfs_inode_cachep, GFP_KERNEL);
fs/ecryptfs/super.c
41
inode_info = alloc_inode_sb(sb, ecryptfs_inode_info_cache, GFP_KERNEL);
fs/efs/super.c
68
ei = alloc_inode_sb(sb, efs_inode_cachep, GFP_KERNEL);
fs/erofs/super.c
70
alloc_inode_sb(sb, erofs_inode_cachep, GFP_KERNEL);
fs/exfat/super.c
194
ei = alloc_inode_sb(sb, exfat_inode_cachep, GFP_NOFS);
fs/ext2/super.c
210
ei = alloc_inode_sb(sb, ext2_inode_cachep, GFP_KERNEL);
fs/ext4/super.c
1394
ei = alloc_inode_sb(sb, ext4_inode_cachep, GFP_NOFS);
fs/f2fs/super.c
1800
fi = alloc_inode_sb(sb, f2fs_inode_cachep, GFP_F2FS_ZERO);
fs/fat/inode.c
751
ei = alloc_inode_sb(sb, fat_inode_cachep, GFP_NOFS);
fs/freevxfs/vxfs_super.c
105
vi = alloc_inode_sb(sb, vxfs_inode_cachep, GFP_KERNEL);
fs/fuse/inode.c
102
fi = alloc_inode_sb(sb, fuse_inode_cachep, GFP_KERNEL);
fs/gfs2/super.c
1456
ip = alloc_inode_sb(sb, gfs2_inode_cachep, GFP_KERNEL);
fs/hfs/super.c
173
i = alloc_inode_sb(sb, hfs_inode_cachep, GFP_KERNEL);
fs/hfsplus/super.c
669
i = alloc_inode_sb(sb, hfsplus_inode_cachep, GFP_KERNEL);
fs/hostfs/hostfs_kern.c
216
hi = alloc_inode_sb(sb, hostfs_inode_cache, GFP_KERNEL_ACCOUNT);
fs/hpfs/super.c
237
ei = alloc_inode_sb(sb, hpfs_inode_cachep, GFP_NOFS);
fs/hugetlbfs/inode.c
1204
p = alloc_inode_sb(sb, hugetlbfs_inode_cachep, GFP_KERNEL);
fs/inode.c
349
inode = alloc_inode_sb(sb, inode_cachep, GFP_KERNEL);
fs/isofs/inode.c
74
ei = alloc_inode_sb(sb, isofs_inode_cachep, GFP_KERNEL);
fs/jffs2/super.c
42
f = alloc_inode_sb(sb, jffs2_inode_cachep, GFP_KERNEL);
fs/jfs/super.c
105
jfs_inode = alloc_inode_sb(sb, jfs_inode_cachep, GFP_NOFS);
fs/minix/inode.c
83
ei = alloc_inode_sb(sb, minix_inode_cachep, GFP_KERNEL);
fs/nfs/inode.c
2523
nfsi = alloc_inode_sb(sb, nfs_inode_cachep, GFP_KERNEL);
fs/nilfs2/super.c
158
ii = alloc_inode_sb(sb, nilfs_inode_cachep, GFP_NOFS);
fs/ntfs3/super.c
638
struct ntfs_inode *ni = alloc_inode_sb(sb, ntfs_inode_cachep, GFP_NOFS);
fs/ocfs2/dlmfs/dlmfs.c
283
ip = alloc_inode_sb(sb, dlmfs_inode_cache, GFP_NOFS);
fs/ocfs2/super.c
553
oi = alloc_inode_sb(sb, ocfs2_inode_cachep, GFP_NOFS);
fs/openpromfs/inode.c
338
oi = alloc_inode_sb(sb, op_inode_cachep, GFP_KERNEL);
fs/orangefs/super.c
89
orangefs_inode = alloc_inode_sb(sb, orangefs_inode_cache, GFP_KERNEL);
fs/overlayfs/super.c
186
struct ovl_inode *oi = alloc_inode_sb(sb, ovl_inode_cachep, GFP_KERNEL);
fs/proc/inode.c
57
ei = alloc_inode_sb(sb, proc_inode_cachep, GFP_KERNEL);
fs/qnx4/inode.c
358
ei = alloc_inode_sb(sb, qnx4_inode_cachep, GFP_KERNEL);
fs/qnx6/inode.c
587
ei = alloc_inode_sb(sb, qnx6_inode_cachep, GFP_KERNEL);
fs/romfs/super.c
369
inode = alloc_inode_sb(sb, romfs_inode_cachep, GFP_KERNEL);
fs/smb/client/cifsfs.c
456
cifs_inode = alloc_inode_sb(sb, cifs_inode_cachep, GFP_KERNEL);
fs/squashfs/super.c
673
alloc_inode_sb(sb, squashfs_inode_cachep, GFP_KERNEL);
fs/tracefs/inode.c
45
ti = alloc_inode_sb(sb, tracefs_inode_cachep, GFP_KERNEL);
fs/ubifs/super.c
267
ui = alloc_inode_sb(sb, ubifs_inode_slab, GFP_NOFS);
fs/udf/super.c
153
ei = alloc_inode_sb(sb, udf_inode_cachep, GFP_KERNEL);
fs/ufs/super.c
1362
ei = alloc_inode_sb(sb, ufs_inode_cachep, GFP_NOFS);
fs/vboxsf/super.c
237
sf_i = alloc_inode_sb(sb, vboxsf_inode_cachep, GFP_NOFS);
fs/xfs/xfs_icache.c
97
ip = alloc_inode_sb(mp->m_super, xfs_inode_cache, GFP_KERNEL | __GFP_NOFAIL);
fs/zonefs/super.c
422
zi = alloc_inode_sb(sb, zonefs_inode_cachep, GFP_KERNEL);
ipc/mqueue.c
501
ei = alloc_inode_sb(sb, mqueue_inode_cachep, GFP_KERNEL);
mm/shmem.c
5167
info = alloc_inode_sb(sb, shmem_inode_cachep, GFP_KERNEL);
net/socket.c
322
ei = alloc_inode_sb(sb, sock_inode_cachep, GFP_KERNEL);
net/sunrpc/rpc_pipe.c
201
rpci = alloc_inode_sb(sb, rpc_inode_cachep, GFP_KERNEL);
virt/kvm/guest_memfd.c
941
gi = alloc_inode_sb(sb, kvm_gmem_inode_cachep, GFP_KERNEL);