Home
last modified time | relevance | path

Searched refs:alloc_inode_sb (Results 1 – 25 of 61) sorted by relevance

123

/linux-6.3-rc2/fs/ecryptfs/
A Dsuper.c41 inode_info = alloc_inode_sb(sb, ecryptfs_inode_info_cache, GFP_KERNEL); in ecryptfs_alloc_inode()
/linux-6.3-rc2/fs/freevxfs/
A Dvxfs_super.c103 vi = alloc_inode_sb(sb, vxfs_inode_cachep, GFP_KERNEL); in vxfs_alloc_inode()
/linux-6.3-rc2/fs/coda/
A Dinode.c46 ei = alloc_inode_sb(sb, coda_inode_cachep, GFP_KERNEL); in coda_alloc_inode()
/linux-6.3-rc2/fs/efs/
A Dsuper.c72 ei = alloc_inode_sb(sb, efs_inode_cachep, GFP_KERNEL); in efs_alloc_inode()
/linux-6.3-rc2/fs/jffs2/
A Dsuper.c42 f = alloc_inode_sb(sb, jffs2_inode_cachep, GFP_KERNEL); in jffs2_alloc_inode()
/linux-6.3-rc2/fs/sysv/
A Dinode.c309 si = alloc_inode_sb(sb, sysv_inode_cachep, GFP_KERNEL); in sysv_alloc_inode()
/linux-6.3-rc2/fs/hfs/
A Dsuper.c165 i = alloc_inode_sb(sb, hfs_inode_cachep, GFP_KERNEL); in hfs_alloc_inode()
/linux-6.3-rc2/fs/vboxsf/
A Dsuper.c244 sf_i = alloc_inode_sb(sb, vboxsf_inode_cachep, GFP_NOFS); in vboxsf_alloc_inode()
/linux-6.3-rc2/fs/openpromfs/
A Dinode.c338 oi = alloc_inode_sb(sb, op_inode_cachep, GFP_KERNEL); in openprom_alloc_inode()
/linux-6.3-rc2/fs/qnx4/
A Dinode.c342 ei = alloc_inode_sb(sb, qnx4_inode_cachep, GFP_KERNEL); in qnx4_alloc_inode()
/linux-6.3-rc2/fs/adfs/
A Dsuper.c223 ei = alloc_inode_sb(sb, adfs_inode_cachep, GFP_KERNEL); in adfs_alloc_inode()
/linux-6.3-rc2/drivers/dax/
A Dsuper.c348 dax_dev = alloc_inode_sb(sb, dax_cache, GFP_KERNEL); in dax_alloc_inode()
/linux-6.3-rc2/fs/ocfs2/dlmfs/
A Ddlmfs.c283 ip = alloc_inode_sb(sb, dlmfs_inode_cache, GFP_NOFS); in dlmfs_alloc_inode()
/linux-6.3-rc2/fs/romfs/
A Dsuper.c379 inode = alloc_inode_sb(sb, romfs_inode_cachep, GFP_KERNEL); in romfs_alloc_inode()
/linux-6.3-rc2/fs/bfs/
A Dinode.c242 bi = alloc_inode_sb(sb, bfs_inode_cachep, GFP_KERNEL); in bfs_alloc_inode()
/linux-6.3-rc2/fs/orangefs/
A Dsuper.c110 orangefs_inode = alloc_inode_sb(sb, orangefs_inode_cache, GFP_KERNEL); in orangefs_alloc_inode()
/linux-6.3-rc2/fs/squashfs/
A Dsuper.c648 alloc_inode_sb(sb, squashfs_inode_cachep, GFP_KERNEL); in squashfs_alloc_inode()
/linux-6.3-rc2/fs/affs/
A Dsuper.c103 i = alloc_inode_sb(sb, affs_inode_cachep, GFP_KERNEL); in affs_alloc_inode()
/linux-6.3-rc2/fs/afs/
A Dsuper.c682 vnode = alloc_inode_sb(sb, afs_inode_cachep, GFP_KERNEL); in afs_alloc_inode()
/linux-6.3-rc2/fs/qnx6/
A Dinode.c598 ei = alloc_inode_sb(sb, qnx6_inode_cachep, GFP_KERNEL); in qnx6_alloc_inode()
/linux-6.3-rc2/fs/hfsplus/
A Dsuper.c627 i = alloc_inode_sb(sb, hfsplus_inode_cachep, GFP_KERNEL); in hfsplus_alloc_inode()
/linux-6.3-rc2/fs/hpfs/
A Dsuper.c235 ei = alloc_inode_sb(sb, hpfs_inode_cachep, GFP_NOFS); in hpfs_alloc_inode()
/linux-6.3-rc2/block/
A Dbdev.c316 struct bdev_inode *ei = alloc_inode_sb(sb, bdev_cachep, GFP_KERNEL); in bdev_alloc_inode()
/linux-6.3-rc2/fs/proc/
A Dinode.c67 ei = alloc_inode_sb(sb, proc_inode_cachep, GFP_KERNEL); in proc_alloc_inode()
/linux-6.3-rc2/fs/exfat/
A Dsuper.c184 ei = alloc_inode_sb(sb, exfat_inode_cachep, GFP_NOFS); in exfat_alloc_inode()

Completed in 33 milliseconds

123