Home
last modified time | relevance | path

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

/linux-6.15/fs/fuse/
H A Dvirtio_fs.c1378 struct scatterlist *stack_sgs[6]; in virtio_fs_enqueue_req() local
1379 struct scatterlist stack_sg[ARRAY_SIZE(stack_sgs)]; in virtio_fs_enqueue_req()
1380 struct scatterlist **sgs = stack_sgs; in virtio_fs_enqueue_req()
1395 if (total_sgs > ARRAY_SIZE(stack_sgs)) { in virtio_fs_enqueue_req()
1469 if (sgs != stack_sgs) { in virtio_fs_enqueue_req()