Searched refs:total_sgs (Results 1 – 1 of 1) sorted by relevance
803 unsigned int total_sgs = 1 /* fuse_in_header */; in sg_count_fuse_req() local806 total_sgs += 1; in sg_count_fuse_req()809 total_sgs += ap->num_pages; in sg_count_fuse_req()812 return total_sgs; in sg_count_fuse_req()814 total_sgs += 1 /* fuse_out_header */; in sg_count_fuse_req()817 total_sgs += 1; in sg_count_fuse_req()820 total_sgs += ap->num_pages; in sg_count_fuse_req()822 return total_sgs; in sg_count_fuse_req()855 unsigned int total_sgs = 0; in sg_init_fuse_args() local860 sg_init_one(&sg[total_sgs++], argbuf, len); in sg_init_fuse_args()[all …]