Home
last modified time | relevance | path

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

/openbmc/linux/fs/fuse/
H A Dvirtio_fs.c1135 struct scatterlist *stack_sgs[6]; in virtio_fs_enqueue_req() local
1136 struct scatterlist stack_sg[ARRAY_SIZE(stack_sgs)]; in virtio_fs_enqueue_req()
1137 struct scatterlist **sgs = stack_sgs; in virtio_fs_enqueue_req()
1152 if (total_sgs > ARRAY_SIZE(stack_sgs)) { in virtio_fs_enqueue_req()
1226 if (sgs != stack_sgs) { in virtio_fs_enqueue_req()