]> Git Repo - linux.git/blame - include/uapi/linux/virtio_fs.h
Linux 6.14-rc3
[linux.git] / include / uapi / linux / virtio_fs.h
CommitLineData
a62a8ef9
SH
1/* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */
2
3#ifndef _UAPI_LINUX_VIRTIO_FS_H
4#define _UAPI_LINUX_VIRTIO_FS_H
5
6#include <linux/types.h>
7#include <linux/virtio_ids.h>
8#include <linux/virtio_config.h>
9#include <linux/virtio_types.h>
10
11struct virtio_fs_config {
12 /* Filesystem name (UTF-8, not NUL-terminated, padded with NULs) */
13 __u8 tag[36];
14
15 /* Number of request queues */
fc4a1acc 16 __le32 num_request_queues;
a62a8ef9
SH
17} __attribute__((packed));
18
22f3787e
SH
19/* For the id field in virtio_pci_shm_cap */
20#define VIRTIO_FS_SHMCAP_ID_CACHE 0
21
a62a8ef9 22#endif /* _UAPI_LINUX_VIRTIO_FS_H */
This page took 0.39407 seconds and 4 git commands to generate.