Searched refs:non_resident (Results 1 - 24 of 24) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ntfs/
H A Dinode.c481 if (attr->non_resident) {
690 if (a->non_resident) {
714 if (a->non_resident) {
716 if (a->data.non_resident.lowest_vcn) {
737 sle64_to_cpu(a->data.non_resident.
743 } else /* if (!a->non_resident) */ {
785 if (unlikely(a->non_resident)) {
911 if (!a->non_resident) {
922 a->data.non_resident.mapping_pairs_offset)))) {
943 if (a->data.non_resident
[all...]
H A Dattrib.h83 if (!a->non_resident)
85 return sle64_to_cpu(a->data.non_resident.data_size);
H A Dattrib.c118 BUG_ON(!a->non_resident);
120 end_vcn = sle64_to_cpu(a->data.non_resident.highest_vcn);
125 if (!a->data.non_resident.lowest_vcn && end_vcn <= 0)
138 sle64_to_cpu(a->data.non_resident.lowest_vcn)
173 BUG_ON(!ctx->attr->non_resident);
182 end_vcn = sle64_to_cpu(a->data.non_resident.highest_vcn) + 1;
1063 if (!val || (!a->non_resident && le32_to_cpu(
1588 BUG_ON(a->non_resident);
1594 data.non_resident.compressed_size) +
1595 sizeof(a->data.non_resident
[all...]
H A Dfile.c166 BUG_ON(a->non_resident);
210 BUG_ON(!a->non_resident);
212 sle64_to_cpu(a->data.non_resident.data_size));
213 a->data.non_resident.data_size = cpu_to_sle64(new_init_size);
307 BUG_ON(!a->non_resident);
308 a->data.non_resident.initialized_size = cpu_to_sle64(new_init_size);
953 vcn = sle64_to_cpu(a->data.non_resident.lowest_vcn);
958 highest_vcn = sle64_to_cpu(a->data.non_resident.highest_vcn);
965 a->data.non_resident.allocated_size) >>
986 a->data.non_resident
[all...]
H A Dmft.c1405 ll = sle64_to_cpu(a->data.non_resident.lowest_vcn);
1426 le16_to_cpu(a->data.non_resident.mapping_pairs_offset));
1447 le16_to_cpu(a->data.non_resident.mapping_pairs_offset),
1455 a->data.non_resident.highest_vcn = cpu_to_sle64(rl[1].vcn - 1);
1460 if (a->data.non_resident.lowest_vcn) {
1480 a->data.non_resident.allocated_size =
1512 a->data.non_resident.highest_vcn = cpu_to_sle64(rl[1].vcn - 2);
1533 a->data.non_resident.mapping_pairs_offset),
1535 a->data.non_resident.mapping_pairs_offset),
1617 a->data.non_resident
[all...]
H A Dnamei.c227 if (a->non_resident || a->flags)
335 if (unlikely(attr->non_resident))
H A Drunlist.c731 if (!attr || !attr->non_resident || sle64_to_cpu(
732 attr->data.non_resident.lowest_vcn) < (VCN)0) {
738 vcn = sle64_to_cpu(attr->data.non_resident.lowest_vcn);
742 attr->data.non_resident.mapping_pairs_offset);
871 deltaxcn = sle64_to_cpu(attr->data.non_resident.highest_vcn);
879 if (!attr->data.non_resident.lowest_vcn) {
883 attr->data.non_resident.allocated_size) +
H A Dlayout.h640 /* 8*/ u8 non_resident; /* If 0, attribute is resident. member in struct:__anon32365
723 } __attribute__ ((__packed__)) non_resident; member in union:__anon32365::__anon32366
H A Dsuper.c1843 ctx) || ctx->attr->non_resident || ctx->attr->flags) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ntfs/
H A Dinode.c481 if (attr->non_resident) {
690 if (a->non_resident) {
714 if (a->non_resident) {
716 if (a->data.non_resident.lowest_vcn) {
737 sle64_to_cpu(a->data.non_resident.
743 } else /* if (!a->non_resident) */ {
785 if (unlikely(a->non_resident)) {
911 if (!a->non_resident) {
922 a->data.non_resident.mapping_pairs_offset)))) {
943 if (a->data.non_resident
[all...]
H A Dattrib.h83 if (!a->non_resident)
85 return sle64_to_cpu(a->data.non_resident.data_size);
H A Dattrib.c118 BUG_ON(!a->non_resident);
120 end_vcn = sle64_to_cpu(a->data.non_resident.highest_vcn);
125 if (!a->data.non_resident.lowest_vcn && end_vcn <= 0)
138 sle64_to_cpu(a->data.non_resident.lowest_vcn)
173 BUG_ON(!ctx->attr->non_resident);
182 end_vcn = sle64_to_cpu(a->data.non_resident.highest_vcn) + 1;
1063 if (!val || (!a->non_resident && le32_to_cpu(
1588 BUG_ON(a->non_resident);
1594 data.non_resident.compressed_size) +
1595 sizeof(a->data.non_resident
[all...]
H A Dfile.c166 BUG_ON(a->non_resident);
210 BUG_ON(!a->non_resident);
212 sle64_to_cpu(a->data.non_resident.data_size));
213 a->data.non_resident.data_size = cpu_to_sle64(new_init_size);
307 BUG_ON(!a->non_resident);
308 a->data.non_resident.initialized_size = cpu_to_sle64(new_init_size);
953 vcn = sle64_to_cpu(a->data.non_resident.lowest_vcn);
958 highest_vcn = sle64_to_cpu(a->data.non_resident.highest_vcn);
965 a->data.non_resident.allocated_size) >>
986 a->data.non_resident
[all...]
H A Dmft.c1405 ll = sle64_to_cpu(a->data.non_resident.lowest_vcn);
1426 le16_to_cpu(a->data.non_resident.mapping_pairs_offset));
1447 le16_to_cpu(a->data.non_resident.mapping_pairs_offset),
1455 a->data.non_resident.highest_vcn = cpu_to_sle64(rl[1].vcn - 1);
1460 if (a->data.non_resident.lowest_vcn) {
1480 a->data.non_resident.allocated_size =
1512 a->data.non_resident.highest_vcn = cpu_to_sle64(rl[1].vcn - 2);
1533 a->data.non_resident.mapping_pairs_offset),
1535 a->data.non_resident.mapping_pairs_offset),
1617 a->data.non_resident
[all...]
H A Dnamei.c227 if (a->non_resident || a->flags)
335 if (unlikely(attr->non_resident))
H A Drunlist.c731 if (!attr || !attr->non_resident || sle64_to_cpu(
732 attr->data.non_resident.lowest_vcn) < (VCN)0) {
738 vcn = sle64_to_cpu(attr->data.non_resident.lowest_vcn);
742 attr->data.non_resident.mapping_pairs_offset);
871 deltaxcn = sle64_to_cpu(attr->data.non_resident.highest_vcn);
879 if (!attr->data.non_resident.lowest_vcn) {
883 attr->data.non_resident.allocated_size) +
H A Dlayout.h640 /* 8*/ u8 non_resident; /* If 0, attribute is resident. member in struct:__anon20672
723 } __attribute__ ((__packed__)) non_resident; member in union:__anon20672::__anon20673
H A Dsuper.c1843 ctx) || ctx->attr->non_resident || ctx->attr->flags) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/util-linux/volume_id/
H A Dntfs.c66 uint8_t non_resident; member in struct:file_attribute
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/udev/extras/volume_id/lib/
H A Dntfs.c72 uint8_t non_resident; member in struct:file_attribute
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/util-linux/volume_id/
H A Dntfs.c66 uint8_t non_resident; member in struct:file_attribute
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/util-linux/volume_id/
H A Dntfs.c66 uint8_t non_resident; member in struct:file_attribute
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/udev/extras/volume_id/lib/
H A Dntfs.c72 uint8_t non_resident; member in struct:file_attribute
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/udev/extras/volume_id/lib/
H A Dntfs.c72 uint8_t non_resident; member in struct:file_attribute

Completed in 141 milliseconds