Lines Matching refs:clen
1867 CLST lcn, clen; in ni_fiemap() local
1917 ok = run_lookup_entry(run, vcn, &lcn, &clen, &idx); in ni_fiemap()
1921 ok = run_get_entry(run, ++idx, &vcn, &lcn, &clen) && in ni_fiemap()
1941 ok = run_lookup_entry(run, vcn, &lcn, &clen, &idx); in ni_fiemap()
1949 if (!clen) { in ni_fiemap()
1955 vcn += clen; in ni_fiemap()
1977 bytes = (u64)clen << cluster_bits; in ni_fiemap()
1980 vcn += clen; in ni_fiemap()
2134 CLST vcn, cend, lcn, clen, end; in ni_decompress_file() local
2181 for (vcn = vbo >> sbi->cluster_bits; vcn < end; vcn += clen) { in ni_decompress_file()
2183 &clen, &new); in ni_decompress_file()