non_resident      104 fs/ntfs/attrib.c 		BUG_ON(!a->non_resident);
non_resident      106 fs/ntfs/attrib.c 		end_vcn = sle64_to_cpu(a->data.non_resident.highest_vcn);
non_resident      111 fs/ntfs/attrib.c 		if (!a->data.non_resident.lowest_vcn && end_vcn <= 0)
non_resident      124 fs/ntfs/attrib.c 				sle64_to_cpu(a->data.non_resident.lowest_vcn)
non_resident      159 fs/ntfs/attrib.c 		BUG_ON(!ctx->attr->non_resident);
non_resident      168 fs/ntfs/attrib.c 	end_vcn = sle64_to_cpu(a->data.non_resident.highest_vcn) + 1;
non_resident     1057 fs/ntfs/attrib.c 		if (!val || (!a->non_resident && le32_to_cpu(
non_resident     1620 fs/ntfs/attrib.c 	BUG_ON(a->non_resident);
non_resident     1626 fs/ntfs/attrib.c 				data.non_resident.compressed_size) +
non_resident     1627 fs/ntfs/attrib.c 				sizeof(a->data.non_resident.compressed_size) +
non_resident     1631 fs/ntfs/attrib.c 				data.non_resident.compressed_size) + 7) & ~7;
non_resident     1664 fs/ntfs/attrib.c 	a->non_resident = 1;
non_resident     1671 fs/ntfs/attrib.c 	a->data.non_resident.lowest_vcn = 0;
non_resident     1672 fs/ntfs/attrib.c 	a->data.non_resident.highest_vcn = cpu_to_sle64((new_size - 1) >>
non_resident     1674 fs/ntfs/attrib.c 	a->data.non_resident.mapping_pairs_offset = cpu_to_le16(mp_ofs);
non_resident     1675 fs/ntfs/attrib.c 	memset(&a->data.non_resident.reserved, 0,
non_resident     1676 fs/ntfs/attrib.c 			sizeof(a->data.non_resident.reserved));
non_resident     1677 fs/ntfs/attrib.c 	a->data.non_resident.allocated_size = cpu_to_sle64(new_size);
non_resident     1678 fs/ntfs/attrib.c 	a->data.non_resident.data_size =
non_resident     1679 fs/ntfs/attrib.c 			a->data.non_resident.initialized_size =
non_resident     1682 fs/ntfs/attrib.c 		a->data.non_resident.compression_unit = 0;
non_resident     1684 fs/ntfs/attrib.c 			a->data.non_resident.compression_unit = 4;
non_resident     1685 fs/ntfs/attrib.c 		a->data.non_resident.compressed_size =
non_resident     1686 fs/ntfs/attrib.c 				a->data.non_resident.allocated_size;
non_resident     1688 fs/ntfs/attrib.c 		a->data.non_resident.compression_unit = 0;
non_resident     1703 fs/ntfs/attrib.c 		if (a->data.non_resident.compression_unit) {
non_resident     1705 fs/ntfs/attrib.c 					non_resident.compression_unit +
non_resident     1711 fs/ntfs/attrib.c 					a->data.non_resident.compression_unit;
non_resident     1743 fs/ntfs/attrib.c 	a->non_resident = 0;
non_resident     2026 fs/ntfs/attrib.c 	if (a->non_resident)
non_resident     2246 fs/ntfs/attrib.c 	ll = sle64_to_cpu(a->data.non_resident.lowest_vcn);
non_resident     2269 fs/ntfs/attrib.c 			le16_to_cpu(a->data.non_resident.mapping_pairs_offset));
non_resident     2289 fs/ntfs/attrib.c 			le16_to_cpu(a->data.non_resident.mapping_pairs_offset),
non_resident     2302 fs/ntfs/attrib.c 	a->data.non_resident.highest_vcn = cpu_to_sle64((new_alloc_size >>
non_resident     2308 fs/ntfs/attrib.c 	if (a->data.non_resident.lowest_vcn) {
non_resident     2325 fs/ntfs/attrib.c 	a->data.non_resident.allocated_size = cpu_to_sle64(new_alloc_size);
non_resident     2338 fs/ntfs/attrib.c 		a->data.non_resident.compressed_size =
non_resident     2347 fs/ntfs/attrib.c 				sle64_to_cpu(a->data.non_resident.data_size));
non_resident     2348 fs/ntfs/attrib.c 		a->data.non_resident.data_size = cpu_to_sle64(new_data_size);
non_resident     2401 fs/ntfs/attrib.c 	ctx->attr->data.non_resident.highest_vcn = cpu_to_sle64(
non_resident     2433 fs/ntfs/attrib.c 					a->data.non_resident.
non_resident     2435 fs/ntfs/attrib.c 					le16_to_cpu(a->data.non_resident.
non_resident       69 fs/ntfs/attrib.h 	if (!a->non_resident)
non_resident       71 fs/ntfs/attrib.h 	return sle64_to_cpu(a->data.non_resident.data_size);
non_resident      151 fs/ntfs/file.c 	BUG_ON(a->non_resident);
non_resident      195 fs/ntfs/file.c 		BUG_ON(!a->non_resident);
non_resident      197 fs/ntfs/file.c 				sle64_to_cpu(a->data.non_resident.data_size));
non_resident      198 fs/ntfs/file.c 		a->data.non_resident.data_size = cpu_to_sle64(new_init_size);
non_resident      292 fs/ntfs/file.c 	BUG_ON(!a->non_resident);
non_resident      293 fs/ntfs/file.c 	a->data.non_resident.initialized_size = cpu_to_sle64(new_init_size);
non_resident     1042 fs/ntfs/file.c 		vcn = sle64_to_cpu(a->data.non_resident.lowest_vcn);
non_resident     1047 fs/ntfs/file.c 		highest_vcn = sle64_to_cpu(a->data.non_resident.highest_vcn);
non_resident     1054 fs/ntfs/file.c 					a->data.non_resident.allocated_size) >>
non_resident     1075 fs/ntfs/file.c 				a->data.non_resident.mapping_pairs_offset));
non_resident     1103 fs/ntfs/file.c 				a->data.non_resident.mapping_pairs_offset),
non_resident     1115 fs/ntfs/file.c 		if (unlikely(!a->data.non_resident.highest_vcn))
non_resident     1116 fs/ntfs/file.c 			a->data.non_resident.highest_vcn =
non_resident     1128 fs/ntfs/file.c 			if (a->data.non_resident.lowest_vcn) {
non_resident     1144 fs/ntfs/file.c 			a->data.non_resident.compressed_size =
non_resident     1300 fs/ntfs/file.c 					le16_to_cpu(a->data.non_resident.
non_resident     1302 fs/ntfs/file.c 					le16_to_cpu(a->data.non_resident.
non_resident     1473 fs/ntfs/file.c 	BUG_ON(!a->non_resident);
non_resident     1477 fs/ntfs/file.c 	a->data.non_resident.initialized_size = cpu_to_sle64(end);
non_resident     1480 fs/ntfs/file.c 		a->data.non_resident.data_size =
non_resident     1481 fs/ntfs/file.c 				a->data.non_resident.initialized_size;
non_resident     1599 fs/ntfs/file.c 	BUG_ON(a->non_resident);
non_resident      461 fs/ntfs/inode.c 		if (attr->non_resident) {
non_resident      679 fs/ntfs/inode.c 			if (a->non_resident) {
non_resident      703 fs/ntfs/inode.c 		if (a->non_resident) {
non_resident      705 fs/ntfs/inode.c 			if (a->data.non_resident.lowest_vcn) {
non_resident      726 fs/ntfs/inode.c 					sle64_to_cpu(a->data.non_resident.
non_resident      775 fs/ntfs/inode.c 		if (unlikely(a->non_resident)) {
non_resident      901 fs/ntfs/inode.c 		if (!a->non_resident) {
non_resident      912 fs/ntfs/inode.c 				a->data.non_resident.mapping_pairs_offset)))) {
non_resident      933 fs/ntfs/inode.c 		if (a->data.non_resident.lowest_vcn) {
non_resident      939 fs/ntfs/inode.c 		vi->i_size = sle64_to_cpu(a->data.non_resident.data_size);
non_resident      941 fs/ntfs/inode.c 				a->data.non_resident.initialized_size);
non_resident      943 fs/ntfs/inode.c 				a->data.non_resident.allocated_size);
non_resident     1057 fs/ntfs/inode.c 		if (a->non_resident) {
non_resident     1060 fs/ntfs/inode.c 				if (NInoCompressed(ni) && a->data.non_resident.
non_resident     1067 fs/ntfs/inode.c 							a->data.non_resident.
non_resident     1072 fs/ntfs/inode.c 				if (a->data.non_resident.compression_unit) {
non_resident     1074 fs/ntfs/inode.c 							(a->data.non_resident.
non_resident     1083 fs/ntfs/inode.c 							non_resident.
non_resident     1093 fs/ntfs/inode.c 						a->data.non_resident.
non_resident     1096 fs/ntfs/inode.c 			if (a->data.non_resident.lowest_vcn) {
non_resident     1103 fs/ntfs/inode.c 					a->data.non_resident.data_size);
non_resident     1105 fs/ntfs/inode.c 					a->data.non_resident.initialized_size);
non_resident     1107 fs/ntfs/inode.c 					a->data.non_resident.allocated_size);
non_resident     1306 fs/ntfs/inode.c 	if (!a->non_resident) {
non_resident     1338 fs/ntfs/inode.c 				a->data.non_resident.mapping_pairs_offset)))) {
non_resident     1344 fs/ntfs/inode.c 			if (NInoCompressed(ni) && a->data.non_resident.
non_resident     1349 fs/ntfs/inode.c 						a->data.non_resident.
non_resident     1354 fs/ntfs/inode.c 			if (a->data.non_resident.compression_unit) {
non_resident     1356 fs/ntfs/inode.c 						(a->data.non_resident.
non_resident     1363 fs/ntfs/inode.c 						a->data.non_resident.
non_resident     1371 fs/ntfs/inode.c 					a->data.non_resident.compressed_size);
non_resident     1373 fs/ntfs/inode.c 		if (a->data.non_resident.lowest_vcn) {
non_resident     1378 fs/ntfs/inode.c 		vi->i_size = sle64_to_cpu(a->data.non_resident.data_size);
non_resident     1380 fs/ntfs/inode.c 				a->data.non_resident.initialized_size);
non_resident     1382 fs/ntfs/inode.c 				a->data.non_resident.allocated_size);
non_resident     1507 fs/ntfs/inode.c 	if (unlikely(a->non_resident)) {
non_resident     1603 fs/ntfs/inode.c 	if (!a->non_resident) {
non_resident     1613 fs/ntfs/inode.c 			a->data.non_resident.mapping_pairs_offset)))) {
non_resident     1632 fs/ntfs/inode.c 	if (a->data.non_resident.lowest_vcn) {
non_resident     1637 fs/ntfs/inode.c 	vi->i_size = sle64_to_cpu(a->data.non_resident.data_size);
non_resident     1639 fs/ntfs/inode.c 			a->data.non_resident.initialized_size);
non_resident     1640 fs/ntfs/inode.c 	ni->allocated_size = sle64_to_cpu(a->data.non_resident.allocated_size);
non_resident     1855 fs/ntfs/inode.c 			if (a->non_resident) {
non_resident     1877 fs/ntfs/inode.c 		if (a->non_resident) {
non_resident     1879 fs/ntfs/inode.c 			if (a->data.non_resident.lowest_vcn) {
non_resident     1900 fs/ntfs/inode.c 					non_resident.initialized_size)))) {
non_resident     1994 fs/ntfs/inode.c 		if (!a->non_resident) {
non_resident     2028 fs/ntfs/inode.c 			if (a->data.non_resident.lowest_vcn) {
non_resident     2037 fs/ntfs/inode.c 					a->data.non_resident.allocated_size)
non_resident     2041 fs/ntfs/inode.c 					a->data.non_resident.data_size);
non_resident     2043 fs/ntfs/inode.c 					a->data.non_resident.initialized_size);
non_resident     2045 fs/ntfs/inode.c 					a->data.non_resident.allocated_size);
non_resident     2103 fs/ntfs/inode.c 		highest_vcn = sle64_to_cpu(a->data.non_resident.highest_vcn);
non_resident     2112 fs/ntfs/inode.c 				a->data.non_resident.lowest_vcn)) {
non_resident     2467 fs/ntfs/inode.c 	if (a->non_resident)
non_resident     2590 fs/ntfs/inode.c 		highest_vcn = sle64_to_cpu(a->data.non_resident.highest_vcn);
non_resident     2620 fs/ntfs/inode.c 			a->data.non_resident.initialized_size =
non_resident     2623 fs/ntfs/inode.c 		a->data.non_resident.data_size = cpu_to_sle64(new_size);
non_resident     2719 fs/ntfs/inode.c 			le16_to_cpu(a->data.non_resident.mapping_pairs_offset));
non_resident     2725 fs/ntfs/inode.c 			le16_to_cpu(a->data.non_resident.mapping_pairs_offset),
non_resident     2737 fs/ntfs/inode.c 	a->data.non_resident.highest_vcn = cpu_to_sle64((new_alloc_size >>
non_resident     2741 fs/ntfs/inode.c 	a->data.non_resident.allocated_size = cpu_to_sle64(new_alloc_size);
non_resident     2747 fs/ntfs/inode.c 			a->data.non_resident.compressed_size = cpu_to_sle64(
non_resident     2768 fs/ntfs/inode.c 		a->data.non_resident.data_size = cpu_to_sle64(new_size);
non_resident      689 fs/ntfs/layout.h /*  8*/	u8 non_resident;	/* If 0, attribute is resident.
non_resident      772 fs/ntfs/layout.h 		} __attribute__ ((__packed__)) non_resident;
non_resident     1406 fs/ntfs/mft.c  	ll = sle64_to_cpu(a->data.non_resident.lowest_vcn);
non_resident     1427 fs/ntfs/mft.c  			le16_to_cpu(a->data.non_resident.mapping_pairs_offset));
non_resident     1448 fs/ntfs/mft.c  			le16_to_cpu(a->data.non_resident.mapping_pairs_offset),
non_resident     1456 fs/ntfs/mft.c  	a->data.non_resident.highest_vcn = cpu_to_sle64(rl[1].vcn - 1);
non_resident     1461 fs/ntfs/mft.c  	if (a->data.non_resident.lowest_vcn) {
non_resident     1481 fs/ntfs/mft.c  	a->data.non_resident.allocated_size =
non_resident     1513 fs/ntfs/mft.c  	a->data.non_resident.highest_vcn = cpu_to_sle64(rl[1].vcn - 2);
non_resident     1534 fs/ntfs/mft.c  				a->data.non_resident.mapping_pairs_offset),
non_resident     1536 fs/ntfs/mft.c  				a->data.non_resident.mapping_pairs_offset),
non_resident     1618 fs/ntfs/mft.c  	a->data.non_resident.initialized_size =
non_resident     1622 fs/ntfs/mft.c  		a->data.non_resident.data_size =
non_resident     1666 fs/ntfs/mft.c  	a->data.non_resident.initialized_size =
non_resident     1670 fs/ntfs/mft.c  		a->data.non_resident.data_size = cpu_to_sle64(old_data_size);
non_resident     1838 fs/ntfs/mft.c  	ll = sle64_to_cpu(a->data.non_resident.lowest_vcn);
non_resident     1859 fs/ntfs/mft.c  			le16_to_cpu(a->data.non_resident.mapping_pairs_offset));
non_resident     1885 fs/ntfs/mft.c  			le16_to_cpu(a->data.non_resident.mapping_pairs_offset),
non_resident     1893 fs/ntfs/mft.c  	a->data.non_resident.highest_vcn = cpu_to_sle64(rl[1].vcn - 1);
non_resident     1900 fs/ntfs/mft.c  	if (a->data.non_resident.lowest_vcn) {
non_resident     1920 fs/ntfs/mft.c  	a->data.non_resident.allocated_size =
non_resident     1950 fs/ntfs/mft.c  	ctx->attr->data.non_resident.highest_vcn =
non_resident     1966 fs/ntfs/mft.c  				a->data.non_resident.mapping_pairs_offset),
non_resident     1968 fs/ntfs/mft.c  				a->data.non_resident.mapping_pairs_offset),
non_resident     2478 fs/ntfs/mft.c  	a->data.non_resident.initialized_size =
non_resident     2480 fs/ntfs/mft.c  	a->data.non_resident.data_size =
non_resident      213 fs/ntfs/namei.c 			if (a->non_resident || a->flags)
non_resident      321 fs/ntfs/namei.c 	if (unlikely(attr->non_resident))
non_resident      751 fs/ntfs/runlist.c 	if (!attr || !attr->non_resident || sle64_to_cpu(
non_resident      752 fs/ntfs/runlist.c 			attr->data.non_resident.lowest_vcn) < (VCN)0) {
non_resident      758 fs/ntfs/runlist.c 	vcn = sle64_to_cpu(attr->data.non_resident.lowest_vcn);
non_resident      762 fs/ntfs/runlist.c 			attr->data.non_resident.mapping_pairs_offset);
non_resident      891 fs/ntfs/runlist.c 	deltaxcn = sle64_to_cpu(attr->data.non_resident.highest_vcn);
non_resident      899 fs/ntfs/runlist.c 	if (!attr->data.non_resident.lowest_vcn) {
non_resident      903 fs/ntfs/runlist.c 				attr->data.non_resident.allocated_size) +
non_resident     1866 fs/ntfs/super.c 			ctx) || ctx->attr->non_resident || ctx->attr->flags) {