Lines Matching defs:lowest_vcn
111 if (!a->data.non_resident.lowest_vcn && end_vcn <= 0)
124 sle64_to_cpu(a->data.non_resident.lowest_vcn)
566 * attributes, as extents with lowest_vcn != 0 are usually described by the
823 * @lowest_vcn: lowest vcn to find (optional, non-resident attributes only)
869 const IGNORE_CASE_BOOL ic, const VCN lowest_vcn,
972 * unnamed. Now check @lowest_vcn. Continue search if the
973 * next attribute list entry still fits @lowest_vcn. Otherwise
976 if (lowest_vcn && (u8*)next_al_entry >= al_start &&
980 sle64_to_cpu(next_al_entry->lowest_vcn) <=
981 lowest_vcn &&
1164 * @lowest_vcn: lowest vcn to find (optional, non-resident attributes only)
1199 const VCN lowest_vcn, const u8 *val, const u32 val_len,
1215 return ntfs_external_attr_find(type, name, name_len, ic, lowest_vcn,
1695 a->data.non_resident.lowest_vcn = 0;
2270 ll = sle64_to_cpu(a->data.non_resident.lowest_vcn);
2332 if (a->data.non_resident.lowest_vcn) {