Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ceph/
Dfile.c308 bool hit_stripe, was_short; in striped_read() local
334 was_short = ret >= 0 && ret < this_len; in striped_read()
336 ret, hit_stripe ? " HITSTRIPE" : "", was_short ? " SHORT" : ""); in striped_read()
357 if (was_short) { in striped_read()