Home
last modified time | relevance | path

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

/linux-6.12.1/fs/fuse/
Dvirtio_fs.c1372 struct scatterlist *stack_sgs[6]; in virtio_fs_enqueue_req() local
1373 struct scatterlist stack_sg[ARRAY_SIZE(stack_sgs)]; in virtio_fs_enqueue_req()
1374 struct scatterlist **sgs = stack_sgs; in virtio_fs_enqueue_req()
1389 if (total_sgs > ARRAY_SIZE(stack_sgs)) { in virtio_fs_enqueue_req()
1463 if (sgs != stack_sgs) { in virtio_fs_enqueue_req()