Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_cache.c947 static int osc_extent_truncate(struct osc_extent *ext, pgoff_t trunc_index, in osc_extent_truncate() argument
959 __u64 trunc_chunk = trunc_index >> ppc_bits; in osc_extent_truncate()
988 if (sub->cp_index < trunc_index || in osc_extent_truncate()
989 (sub->cp_index == trunc_index && partial)) { in osc_extent_truncate()
1017 EASSERTF(ergo(ext->oe_start >= trunc_index + !!partial, in osc_extent_truncate()
1019 ext, "trunc_index %lu, partial %d\n", trunc_index, partial); in osc_extent_truncate()