Home
last modified time | relevance | path

Searched refs:non_resident (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/fs/ntfs/
H A Dinode.c462 if (attr->non_resident) { in ntfs_is_extended_system_file()
686 if (a->non_resident) { in ntfs_read_locked_inode()
710 if (a->non_resident) { in ntfs_read_locked_inode()
908 if (!a->non_resident) { in ntfs_read_locked_inode()
1064 if (a->non_resident) { in ntfs_read_locked_inode()
1090 non_resident. in ntfs_read_locked_inode()
1313 if (!a->non_resident) { in ntfs_read_locked_attr_inode()
1610 if (!a->non_resident) { in ntfs_read_locked_index_inode()
1875 if (a->non_resident) { in ntfs_read_inode_mount()
1901 if (a->non_resident) { in ntfs_read_inode_mount()
[all …]
H A Dattrib.c104 BUG_ON(!a->non_resident); in ntfs_map_runlist_nolock()
159 BUG_ON(!ctx->attr->non_resident); in ntfs_map_runlist_nolock()
1644 BUG_ON(a->non_resident); in ntfs_attr_make_non_resident()
1688 a->non_resident = 1; in ntfs_attr_make_non_resident()
1695 a->data.non_resident.lowest_vcn = 0; in ntfs_attr_make_non_resident()
1702 a->data.non_resident.data_size = in ntfs_attr_make_non_resident()
1729 non_resident.compression_unit + in ntfs_attr_make_non_resident()
1767 a->non_resident = 0; in ntfs_attr_make_non_resident()
2050 if (a->non_resident) in ntfs_attr_extend_allocation()
2457 a->data.non_resident. in ntfs_attr_extend_allocation()
[all …]
H A Dfile.c152 BUG_ON(a->non_resident); in ntfs_attr_extend_initialized()
196 BUG_ON(!a->non_resident); in ntfs_attr_extend_initialized()
288 BUG_ON(!a->non_resident); in ntfs_attr_extend_initialized()
1109 a->data.non_resident.highest_vcn = in ntfs_prepare_pages_for_non_resident_write()
1121 if (a->data.non_resident.lowest_vcn) { in ntfs_prepare_pages_for_non_resident_write()
1137 a->data.non_resident.compressed_size = in ntfs_prepare_pages_for_non_resident_write()
1293 le16_to_cpu(a->data.non_resident. in ntfs_prepare_pages_for_non_resident_write()
1295 le16_to_cpu(a->data.non_resident. in ntfs_prepare_pages_for_non_resident_write()
1466 BUG_ON(!a->non_resident); in ntfs_commit_pages_after_non_resident_write()
1473 a->data.non_resident.data_size = in ntfs_commit_pages_after_non_resident_write()
[all …]
H A Dattrib.h69 if (!a->non_resident) in ntfs_attr_size()
71 return sle64_to_cpu(a->data.non_resident.data_size); in ntfs_attr_size()
H A Dmft.c1461 if (a->data.non_resident.lowest_vcn) { in ntfs_mft_bitmap_extend_allocation_nolock()
1481 a->data.non_resident.allocated_size = in ntfs_mft_bitmap_extend_allocation_nolock()
1534 a->data.non_resident.mapping_pairs_offset), in ntfs_mft_bitmap_extend_allocation_nolock()
1618 a->data.non_resident.initialized_size = in ntfs_mft_bitmap_extend_initialized_nolock()
1622 a->data.non_resident.data_size = in ntfs_mft_bitmap_extend_initialized_nolock()
1666 a->data.non_resident.initialized_size = in ntfs_mft_bitmap_extend_initialized_nolock()
1900 if (a->data.non_resident.lowest_vcn) { in ntfs_mft_data_extend_allocation_nolock()
1920 a->data.non_resident.allocated_size = in ntfs_mft_data_extend_allocation_nolock()
1950 ctx->attr->data.non_resident.highest_vcn = in ntfs_mft_data_extend_allocation_nolock()
2480 a->data.non_resident.initialized_size = in ntfs_mft_record_alloc()
[all …]
H A Dnamei.c213 if (a->non_resident || a->flags) in ntfs_lookup()
321 if (unlikely(attr->non_resident)) in ntfs_get_parent()
H A Drunlist.c751 if (!attr || !attr->non_resident || sle64_to_cpu( in ntfs_mapping_pairs_decompress()
752 attr->data.non_resident.lowest_vcn) < (VCN)0) { in ntfs_mapping_pairs_decompress()
758 vcn = sle64_to_cpu(attr->data.non_resident.lowest_vcn); in ntfs_mapping_pairs_decompress()
762 attr->data.non_resident.mapping_pairs_offset); in ntfs_mapping_pairs_decompress()
891 deltaxcn = sle64_to_cpu(attr->data.non_resident.highest_vcn); in ntfs_mapping_pairs_decompress()
899 if (!attr->data.non_resident.lowest_vcn) { in ntfs_mapping_pairs_decompress()
903 attr->data.non_resident.allocated_size) + in ntfs_mapping_pairs_decompress()
H A Dlayout.h689 /* 8*/ u8 non_resident; /* If 0, attribute is resident. member
772 } __attribute__ ((__packed__)) non_resident; member
H A Dsuper.c1874 ctx) || ctx->attr->non_resident || ctx->attr->flags) { in load_system_files()