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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dattrlist.c153 (attr->non_resident) ? le64_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 = 0;
265 ntfs_log_trace("Entering for inode 0x%llx, attr 0x%x, lowest_vcn %lld.\n",
268 (long long) le64_to_cpu(ctx->al_entry->lowest_vcn));
H A Dattrib.c600 if (a->lowest_vcn) {
603 "attribute has non-zero lowest_vcn",
623 if (next_vcn < sle64_to_cpu(a->lowest_vcn)) {
1673 * extents with lowest_vcn != 0 are usually described by the attribute list
1848 * @lowest_vcn: lowest vcn to find (optional, non-resident attributes only)
1914 const VCN lowest_vcn, const u8 *val, const u32 val_len,
1979 if (name || name_len || val || val_len || lowest_vcn) {
2091 * unnamed. Now check @lowest_vcn. Continue search if the
2092 * next attribute list entry still fits @lowest_vcn. Otherwise
2095 if (lowest_vcn
1912 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
2319 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
2837 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...]
H A Dinode.c869 ale->lowest_vcn = ctx->attr->lowest_vcn;
871 ale->lowest_vcn = 0;
961 sle64_to_cpu(ale->lowest_vcn),
H A Dmft.c711 ll = sle64_to_cpu(a->lowest_vcn);
757 if (a->lowest_vcn) {
1060 ll = sle64_to_cpu(a->lowest_vcn);
1109 if (a->lowest_vcn) {
H A Drunlist.c763 sle64_to_cpu(attr->lowest_vcn) < (VCN)0) {
767 /* Start at vcn = lowest_vcn and lcn 0. */
768 vcn = sle64_to_cpu(attr->lowest_vcn);
905 if (!attr->lowest_vcn) {
H A Dvolume.c354 if (next_vcn < sle64_to_cpu(a->lowest_vcn)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dattrib.h75 const VCN lowest_vcn, const u8 *val, const u32 val_len,
H A Dattrib.c125 if (!a->data.non_resident.lowest_vcn && end_vcn <= 0)
138 sle64_to_cpu(a->data.non_resident.lowest_vcn)
580 * attributes, as extents with lowest_vcn != 0 are usually described by the
813 * @lowest_vcn: lowest vcn to find (optional, non-resident attributes only)
859 const IGNORE_CASE_BOOL ic, const VCN lowest_vcn,
954 * unnamed. Now check @lowest_vcn. Continue search if the
955 * next attribute list entry still fits @lowest_vcn. Otherwise
958 if (lowest_vcn && (u8*)next_al_entry >= al_start &&
962 sle64_to_cpu(next_al_entry->lowest_vcn) <=
963 lowest_vcn
857 ntfs_external_attr_find(const ATTR_TYPE 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
1179 ntfs_attr_lookup(const ATTR_TYPE 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
[all...]
H A Dinode.c716 if (a->data.non_resident.lowest_vcn) {
718 "zero lowest_vcn.");
943 if (a->data.non_resident.lowest_vcn) {
946 "zero lowest_vcn.");
1104 if (a->data.non_resident.lowest_vcn) {
1107 "lowest_vcn.");
1381 if (a->data.non_resident.lowest_vcn) {
1383 "non-zero lowest_vcn.");
1640 if (a->data.non_resident.lowest_vcn) {
1642 "attribute has non zero lowest_vcn
[all...]
H A Drunlist.c732 attr->data.non_resident.lowest_vcn) < (VCN)0) {
737 /* Start at vcn = lowest_vcn and lcn 0. */
738 vcn = sle64_to_cpu(attr->data.non_resident.lowest_vcn);
879 if (!attr->data.non_resident.lowest_vcn) {
H A Dlayout.h675 /* 16*/ leVCN lowest_vcn;/* Lowest valid virtual cluster number member in struct:__anon16827::__anon16828::__anon16830
679 does lowest_vcn != 0 ever occur. */
700 /* The sizes below are only used when lowest_vcn is zero, as otherwise it would
891 * extent. They are ordered by lowest_vcn and have their instace set to zero.
918 /* 8*/ leVCN lowest_vcn; /* Lowest virtual cluster number of this portion member in struct:__anon16836
933 /* 24*/ le16 instance; /* If lowest_vcn = 0, the instance of the
H A Dmft.c1405 ll = sle64_to_cpu(a->data.non_resident.lowest_vcn);
1460 if (a->data.non_resident.lowest_vcn) {
1837 ll = sle64_to_cpu(a->data.non_resident.lowest_vcn);
1899 if (a->data.non_resident.lowest_vcn) {
H A Dfile.c953 vcn = sle64_to_cpu(a->data.non_resident.lowest_vcn);
1039 if (a->data.non_resident.lowest_vcn) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dattrib.h92 const VCN lowest_vcn, const u8 *val, const u32 val_len,
289 ntfschar *name, u8 name_len, VCN lowest_vcn, int dataruns_size,
H A Dlayout.h765 /* 16*/ VCN lowest_vcn; /* Lowest valid virtual cluster number member in struct:__anon4187::__anon4188::__anon4190
769 does lowest_vcn != 0 ever occur. */
789 /* The sizes below are only used when lowest_vcn is zero, as otherwise it would
1001 * extent. They are ordered by lowest_vcn and have their instance set to zero.
1028 /* 8*/ VCN lowest_vcn; /* Lowest virtual cluster number of this portion member in struct:__anon4196
1043 /* 24*/ u16 instance; /* If lowest_vcn = 0, the instance of the

Completed in 220 milliseconds