Searched refs:fs_count (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/tools/usb/ |
D | ffs-test.c | 111 __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-6.12.1/tools/usb/ffs-aio-example/simple/device_app/ |
D | aio_simple.c | 74 __le32 fs_count; member 88 .fs_count = cpu_to_le32(3),
|
/linux-6.12.1/tools/usb/ffs-aio-example/multibuff/device_app/ |
D | aio_multibuff.c | 58 __le32 fs_count; member 72 .fs_count = htole32(3),
|
/linux-6.12.1/include/uapi/linux/usb/ |
D | functionfs.h | 80 __le32 fs_count; member
|
/linux-6.12.1/drivers/vfio/ |
D | vfio_main.c | 54 int fs_count; member 196 simple_release_fs(&vfio.vfs_mount, &vfio.fs_count); in vfio_device_release() 256 ret = simple_pin_fs(&vfio_fs_type, &vfio.vfs_mount, &vfio.fs_count); in vfio_fs_inode_new() 262 simple_release_fs(&vfio.vfs_mount, &vfio.fs_count); in vfio_fs_inode_new() 305 simple_release_fs(&vfio.vfs_mount, &vfio.fs_count); in vfio_init_device()
|
/linux-6.12.1/fs/ |
D | direct-io.c | 610 unsigned long fs_count; /* Number of filesystem-sized blocks */ in get_more_blocks() local 625 fs_count = fs_endblk - fs_startblk + 1; in get_more_blocks() 628 map_bh->b_size = fs_count << i_blkbits; in get_more_blocks()
|