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.c1125 struct scatterlist *stack_sgs[6]; in virtio_fs_enqueue_req() local
1126 struct scatterlist stack_sg[ARRAY_SIZE(stack_sgs)]; in virtio_fs_enqueue_req()
1127 struct scatterlist **sgs = stack_sgs; in virtio_fs_enqueue_req()
1142 if (total_sgs > ARRAY_SIZE(stack_sgs)) { in virtio_fs_enqueue_req()
1216 if (sgs != stack_sgs) { in virtio_fs_enqueue_req()