Home
last modified time | relevance | path

Searched refs:fs_count (Results 1 – 4 of 4) sorted by relevance

/linux/tools/usb/
H A Dffs-test.c111 __le32 fs_count; member
134 .fs_count = cpu_to_le32(3),
227 __u32 length, fs_count = 0, hs_count = 0, count; in descs_to_legacy() local
260 GET_NEXT_COUNT_IF_FLAG(fs_count, FUNCTIONFS_HAS_FS_DESC); in descs_to_legacy()
264 count = fs_count + hs_count; in descs_to_legacy()
298 out->header.fs_count = cpu_to_le32(fs_count); in descs_to_legacy()
/linux/tools/usb/ffs-aio-example/simple/device_app/
H A Daio_simple.c74 __le32 fs_count; member
88 .fs_count = cpu_to_le32(3),
/linux/tools/usb/ffs-aio-example/multibuff/device_app/
H A Daio_multibuff.c58 __le32 fs_count; member
72 .fs_count = htole32(3),
/linux/drivers/vfio/
H A Dvfio_main.c55 int fs_count; member
199 simple_release_fs(&vfio.vfs_mount, &vfio.fs_count); in vfio_device_release()
259 ret = simple_pin_fs(&vfio_fs_type, &vfio.vfs_mount, &vfio.fs_count); in vfio_fs_inode_new()
265 simple_release_fs(&vfio.vfs_mount, &vfio.fs_count); in vfio_fs_inode_new()
308 simple_release_fs(&vfio.vfs_mount, &vfio.fs_count); in vfio_init_device()