Home
last modified time | relevance | path

Searched refs:get_uuid (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/virtio/
H A Dvirtio_dma_buf.c28 !virtio_ops->get_uuid) { in virtio_dma_buf_export()
90 return ops->get_uuid(dma_buf, uuid); in virtio_dma_buf_get_uuid()
/OK3568_Linux_fs/kernel/include/linux/
H A Dvirtio_dma_buf.h26 int (*get_uuid)(struct dma_buf *dma_buf, uuid_t *uuid); member
H A Dexportfs.h210 int (*get_uuid)(struct super_block *sb, u8 *buf, u32 *len, u64 *offset); member
H A Ddma-buf.h342 int (*get_uuid)(struct dma_buf *dmabuf, uuid_t *uuid); member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/virtio/
H A Dvirtgpu_prime.c59 .get_uuid = virtgpu_virtio_get_uuid,
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_export.c233 .get_uuid = xfs_fs_get_uuid,
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dblocklayout.c163 return sb->s_export_op->get_uuid(sb, b->simple.sig, &b->simple.sig_len, in nfsd4_block_get_device_info_simple()
H A Dnfs4layouts.c140 if (sb->s_export_op->get_uuid && in nfsd4_setup_layout_type()
/OK3568_Linux_fs/kernel/drivers/dma-buf/
H A Ddma-buf.c1501 if (!dmabuf->ops->get_uuid) in dma_buf_get_uuid()
1504 return dmabuf->ops->get_uuid(dmabuf, uuid); in dma_buf_get_uuid()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_prime.c819 .get_uuid = drm_gem_dmabuf_get_uuid,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_drv.c1742 .get_uuid = drm_gem_dmabuf_get_uuid,