Searched refs:alloc_file_pseudo (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | file_table.c | 215 struct file *alloc_file_pseudo(struct inode *inode, struct vfsmount *mnt, in alloc_file_pseudo() function 240 EXPORT_SYMBOL(alloc_file_pseudo);
|
| H A D | anon_inodes.c | 109 file = alloc_file_pseudo(inode, anon_inode_mnt, name, in __anon_inode_getfile()
|
| H A D | pipe.c | 929 f = alloc_file_pseudo(inode, pipe_mnt, "", in create_pipe_files()
|
| H A D | aio.c | 247 file = alloc_file_pseudo(inode, aio_mnt, "[aio]", in aio_private_file()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | file.h | 25 extern struct file *alloc_file_pseudo(struct inode *, struct vfsmount *,
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | nfs4file.c | 363 filep = alloc_file_pseudo(r_ino, ss_mnt, read_name, FMODE_READ, in __nfs42_ssc_open()
|
| /OK3568_Linux_fs/kernel/drivers/misc/cxl/ |
| H A D | api.c | 82 file = alloc_file_pseudo(inode, cxl_vfs_mount, name, in cxl_getfile()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | porting.rst | 775 alloc_file_pseudo(inode, vfsmount, name, flags, ops) is for the cases 850 d_alloc_pseudo() is internal-only; uses outside of alloc_file_pseudo() are
|
| /OK3568_Linux_fs/kernel/drivers/scsi/cxlflash/ |
| H A D | ocxl_hw.c | 99 file = alloc_file_pseudo(inode, ocxlflash_vfs_mount, name, in ocxlflash_getfile()
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/ |
| H A D | dma-buf.c | 595 file = alloc_file_pseudo(inode, dma_buf_mnt, "dmabuf", in dma_buf_getfile()
|
| /OK3568_Linux_fs/kernel/fs/hugetlbfs/ |
| H A D | inode.c | 1506 file = alloc_file_pseudo(inode, mnt, name, O_RDWR, in hugetlb_file_setup()
|
| /OK3568_Linux_fs/kernel/net/ |
| H A D | socket.c | 412 file = alloc_file_pseudo(SOCK_INODE(sock), sock_mnt, dname, in sock_alloc_file()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | shmem.c | 4183 res = alloc_file_pseudo(inode, mnt, name, O_RDWR, in __shmem_file_setup()
|