Searched refs:needs_trail (Results 1 – 1 of 1) sorted by relevance
170 static int get_num_ops(struct ceph_osd_req_op *ops, int *needs_trail) in get_num_ops() argument174 if (needs_trail) in get_num_ops()175 *needs_trail = 0; in get_num_ops()177 if (needs_trail && op_needs_trail(ops[i].op)) in get_num_ops()178 *needs_trail = 1; in get_num_ops()196 int needs_trail; in ceph_osdc_alloc_request() local197 int num_op = get_num_ops(ops, &needs_trail); in ceph_osdc_alloc_request()237 if (needs_trail) { in ceph_osdc_alloc_request()