Home
last modified time | relevance | path

Searched refs:hit_stripe (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
333 hit_stripe = this_len < left; in striped_read()
336 ret, hit_stripe ? " HITSTRIPE" : "", was_short ? " SHORT" : ""); in striped_read()
353 if (left && hit_stripe) in striped_read()