Searched refs:dma_buf_mnt (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/dma-buf/
H A Ddma-buf.c128 static struct vfsmount *dma_buf_mnt; variable in typeref:struct:vfsmount
546 struct inode *inode = alloc_anon_inode(dma_buf_mnt->mnt_sb);
563 file = alloc_file_pseudo(inode, dma_buf_mnt, "dmabuf",
1731 dma_buf_mnt = kern_mount(&dma_buf_fs_type);
1732 if (IS_ERR(dma_buf_mnt))
1733 return PTR_ERR(dma_buf_mnt);
1743 kern_unmount(dma_buf_mnt);

Completed in 119 milliseconds