| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | pseudo_fs.h | 13 struct pseudo_fs_context *init_pseudo(struct fs_context *fc,
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | anon_inodes.c | 45 struct pseudo_fs_context *ctx = init_pseudo(fc, ANON_INODE_FS_MAGIC); in anon_inodefs_init_fs_context()
|
| H A D | nsfs.c | 286 struct pseudo_fs_context *ctx = init_pseudo(fc, NSFS_MAGIC); in nsfs_init_fs_context()
|
| H A D | libfs.c | 368 struct pseudo_fs_context *init_pseudo(struct fs_context *fc, in init_pseudo() function 383 EXPORT_SYMBOL(init_pseudo);
|
| H A D | pipe.c | 1427 struct pseudo_fs_context *ctx = init_pseudo(fc, PIPEFS_MAGIC); in pipefs_init_fs_context()
|
| H A D | block_dev.c | 852 struct pseudo_fs_context *ctx = init_pseudo(fc, BDEVFS_MAGIC); in bd_init_fs_context()
|
| /OK3568_Linux_fs/kernel/fs/btrfs/tests/ |
| H A D | btrfs-tests.c | 40 struct pseudo_fs_context *ctx = init_pseudo(fc, BTRFS_TEST_MAGIC); in btrfs_test_init_fs_context()
|
| /OK3568_Linux_fs/kernel/drivers/misc/cxl/ |
| H A D | api.c | 39 return init_pseudo(fc, CXL_PSEUDO_FS_MAGIC) ? 0 : -ENOMEM; in cxl_fs_init_fs_context()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/ |
| H A D | cmm.c | 509 return init_pseudo(fc, PPC_CMM_MAGIC) ? 0 : -ENOMEM; in cmm_init_fs_context()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_drv.c | 498 return init_pseudo(fc, 0x010203ff) ? 0 : -ENOMEM; in drm_fs_init_fs_context()
|
| /OK3568_Linux_fs/kernel/drivers/dax/ |
| H A D | super.c | 504 struct pseudo_fs_context *ctx = init_pseudo(fc, DAXFS_MAGIC); in dax_init_fs_context()
|
| /OK3568_Linux_fs/kernel/drivers/char/ |
| H A D | mem.c | 1029 return init_pseudo(fc, DEVMEM_MAGIC) ? 0 : -ENOMEM; in devmem_fs_init_fs_context()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_virtual_device | 169 init_pseudo
|
| H A D | abi_gki_aarch64_vivo | 697 init_pseudo
|
| H A D | abi_gki_aarch64_generic | 909 init_pseudo
|
| H A D | abi_gki_aarch64_exynos | 957 init_pseudo
|
| H A D | abi_gki_aarch64_imx | 2390 init_pseudo
|
| H A D | abi_gki_aarch64_qcom | 1125 init_pseudo
|
| H A D | abi_gki_aarch64_mtk | 967 init_pseudo
|
| /OK3568_Linux_fs/kernel/drivers/virtio/ |
| H A D | virtio_balloon.c | 811 return init_pseudo(fc, BALLOON_KVM_MAGIC) ? 0 : -ENOMEM; in balloon_init_fs_context()
|
| /OK3568_Linux_fs/kernel/drivers/misc/ |
| H A D | vmw_balloon.c | 1741 return init_pseudo(fc, BALLOON_VMW_MAGIC) ? 0 : -ENOMEM; in vmballoon_init_fs_context()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/cxlflash/ |
| H A D | ocxl_hw.c | 38 return init_pseudo(fc, OCXLFLASH_FS_MAGIC) ? 0 : -ENOMEM; in ocxlflash_fs_init_fs_context()
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/ |
| H A D | dma-buf.c | 190 ctx = init_pseudo(fc, DMA_BUF_MAGIC); in dma_buf_fs_init_context()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | z3fold.c | 350 return init_pseudo(fc, Z3FOLD_MAGIC) ? 0 : -ENOMEM; in z3fold_init_fs_context()
|
| H A D | zsmalloc.c | 1789 return init_pseudo(fc, ZSMALLOC_MAGIC) ? 0 : -ENOMEM; in zs_init_fs_context()
|