Searched refs:lowest_vcn (Results 1 - 9 of 9) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dattrlist.c153 (attr->non_resident) ? sle64_to_cpu(attr->lowest_vcn) :
158 if (ctx->al_entry->lowest_vcn == attr->lowest_vcn) {
194 ale->lowest_vcn = attr->lowest_vcn;
196 ale->lowest_vcn = const_cpu_to_sle64(0);
265 ntfs_log_trace("Entering for inode 0x%llx, attr 0x%x, lowest_vcn %lld.\n",
268 (long long) sle64_to_cpu(ctx->al_entry->lowest_vcn));
H A Dattrib.h104 const VCN lowest_vcn, const u8 *val, const u32 val_len,
332 const ntfschar *name, u8 name_len, VCN lowest_vcn,
H A Dattrib.c711 if (!a->lowest_vcn)
798 if (a->lowest_vcn) {
801 "attribute has non-zero lowest_vcn",
821 if (next_vcn < sle64_to_cpu(a->lowest_vcn)) {
2817 * extents with lowest_vcn != 0 are usually described by the attribute list
2999 * @lowest_vcn: lowest vcn to find (optional, non-resident attributes only)
3065 const VCN lowest_vcn, const u8 *val, const u32 val_len,
3146 if (name || name_len || val || val_len || lowest_vcn) {
3249 * unnamed. Now check @lowest_vcn. Continue search if the
3250 * next attribute list entry still fits @lowest_vcn
3063 ntfs_external_attr_find(ATTR_TYPES type, const ntfschar *name, const u32 name_len, const IGNORE_CASE_BOOL ic, const VCN lowest_vcn, const u8 *val, const u32 val_len, ntfs_attr_search_ctx *ctx) argument
3675 ntfs_attr_lookup(const ATTR_TYPES type, const ntfschar *name, const u32 name_len, const IGNORE_CASE_BOOL ic, const VCN lowest_vcn, const u8 *val, const u32 val_len, ntfs_attr_search_ctx *ctx) argument
4229 ntfs_non_resident_attr_record_add(ntfs_inode *ni, ATTR_TYPES type, const ntfschar *name, u8 name_len, VCN lowest_vcn, int dataruns_size, ATTR_FLAGS flags) argument
[all...]
H A Dinode.c1179 ale->lowest_vcn = ctx->attr->lowest_vcn;
1181 ale->lowest_vcn = const_cpu_to_sle64(0);
1271 sle64_to_cpu(ale->lowest_vcn),
H A Drunlist.c801 sle64_to_cpu(attr->lowest_vcn) < (VCN)0) {
805 /* Start at vcn = lowest_vcn and lcn 0. */
806 vcn = sle64_to_cpu(attr->lowest_vcn);
951 * If this is the base of runlist (if 'lowest_vcn' is 0), then
958 if (!attr->lowest_vcn) {
H A Dmft.c785 ll = sle64_to_cpu(a->lowest_vcn);
831 if (a->lowest_vcn) {
1134 ll = sle64_to_cpu(a->lowest_vcn);
1183 if (a->lowest_vcn) {
H A Dlayout.h765 /* 16*/ leVCN lowest_vcn; /* Lowest valid virtual cluster number member in struct:__anon29::__anon30::__anon32
769 does lowest_vcn != 0 ever occur. */
789 /* The sizes below are only used when lowest_vcn is zero, as otherwise it would
1003 * extent. They are ordered by lowest_vcn and have their instance set to zero.
1030 /* 8*/ leVCN lowest_vcn; /* Lowest virtual cluster number of this portion member in struct:__anon38
1045 /* 24*/ le16 instance; /* If lowest_vcn = 0, the instance of the
H A Dvolume.c386 if (next_vcn < sle64_to_cpu(a->lowest_vcn)) {
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c904 * extents with lowest_vcn != 0 are usually described by the attribute list
1037 * @lowest_vcn: lowest vcn to find (optional, non-resident attributes only)
1099 const VCN lowest_vcn __attribute__((unused)), const u8 *val,
1255 a->lowest_vcn = cpu_to_le64(0);
1448 a->lowest_vcn = cpu_to_le64(0);

Completed in 92 milliseconds