Searched refs:get_uuid (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/drivers/virtio/ |
D | virtio_dma_buf.c | 29 !virtio_ops->get_uuid) { in virtio_dma_buf_export() 84 return ops->get_uuid(dma_buf, uuid); in virtio_dma_buf_get_uuid()
|
/linux-6.1.9/include/linux/ |
D | virtio_dma_buf.h | 26 int (*get_uuid)(struct dma_buf *dma_buf, uuid_t *uuid); member
|
D | exportfs.h | 210 int (*get_uuid)(struct super_block *sb, u8 *buf, u32 *len, u64 *offset); member
|
/linux-6.1.9/drivers/gpu/drm/virtio/ |
D | virtgpu_prime.c | 87 .get_uuid = virtgpu_virtio_get_uuid,
|
/linux-6.1.9/fs/xfs/ |
D | xfs_export.c | 233 .get_uuid = xfs_fs_get_uuid,
|
/linux-6.1.9/fs/nfsd/ |
D | blocklayout.c | 159 return sb->s_export_op->get_uuid(sb, b->simple.sig, &b->simple.sig_len, in nfsd4_block_get_device_info_simple()
|
D | nfs4layouts.c | 140 if (sb->s_export_op->get_uuid && in nfsd4_setup_layout_type()
|