Searched defs:lowest_vcn (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dattrib.c658 if (a->u.nonres.lowest_vcn) {
660 "non zero lowest_vcn. "
681 if (next_vcn < sle64_to_cpu(a->u.nonres.lowest_vcn)) {
1662 * extents with lowest_vcn != 0 are usually described by the attribute list
1810 * @lowest_vcn: lowest vcn to find (optional, non-resident attributes only)
1876 const VCN lowest_vcn, const u8 *val, const u32 val_len,
1941 if (name || name_len || val || val_len || lowest_vcn) {
2054 * unnamed. Now check @lowest_vcn. Continue search if the
2055 * next attribute list entry still fits @lowest_vcn. Otherwise
2058 if (lowest_vcn
1874 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
2285 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
2752 ntfs_non_resident_attr_record_add(ntfs_inode *ni, ATTR_TYPES type, ntfschar *name, u8 name_len, VCN lowest_vcn, int dataruns_size, ATTR_FLAGS flags) argument
[all...]
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsresize.c1629 VCN highest_vcn, lowest_vcn; local
1637 lowest_vcn = sle64_to_cpu(attr->u.nonres.lowest_vcn);
1642 if (lowest_vcn == 0)
1643 resize->mft_highest_vcn = lowest_vcn;
1645 resize->mft_highest_vcn = lowest_vcn - 1;
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dlayout.h835 /* 16*/ leVCN lowest_vcn;/* Lowest valid virtual cluster number member in struct:__anon2055::__anon2056::__anon2058
839 does lowest_vcn != 0 ever occur. */
859 /* The sizes below are only used when lowest_vcn is zero, as otherwise it would
1085 * extent. They are ordered by lowest_vcn and have their instance set to zero.
1115 /* 8*/ leVCN lowest_vcn; /* Lowest virtual cluster number of this portion member in struct:__anon2064
1130 /* 24*/ le16 instance; /* If lowest_vcn = 0, the instance of the

Completed in 45 milliseconds