Home
last modified time | relevance | path

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

/linux-2.6.39/net/ceph/
Dosd_client.c170 static int get_num_ops(struct ceph_osd_req_op *ops, int *needs_trail) in get_num_ops() argument
174 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() local
197 int num_op = get_num_ops(ops, &needs_trail); in ceph_osdc_alloc_request()
237 if (needs_trail) { in ceph_osdc_alloc_request()