/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | attrib.c | 111 if (!a->data.non_resident.lowest_vcn && end_vcn <= 0) in ntfs_map_runlist_nolock() 124 sle64_to_cpu(a->data.non_resident.lowest_vcn) in ntfs_map_runlist_nolock() 566 * attributes, as extents with lowest_vcn != 0 are usually described by the 823 * @lowest_vcn: lowest vcn to find (optional, non-resident attributes only) 869 const IGNORE_CASE_BOOL ic, const VCN lowest_vcn, in ntfs_external_attr_find() 972 * unnamed. Now check @lowest_vcn. Continue search if the in ntfs_external_attr_find() 973 * next attribute list entry still fits @lowest_vcn. Otherwise in ntfs_external_attr_find() 976 if (lowest_vcn && (u8*)next_al_entry >= al_start && in ntfs_external_attr_find() 980 sle64_to_cpu(next_al_entry->lowest_vcn) <= in ntfs_external_attr_find() 981 lowest_vcn in ntfs_external_attr_find() 867 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) ntfs_external_attr_find() argument 1197 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) ntfs_attr_lookup() argument [all...] |
H A D | attrib.h | 61 const VCN lowest_vcn, const u8 *val, const u32 val_len,
|
H A D | inode.c | 712 if (a->data.non_resident.lowest_vcn) { in ntfs_read_locked_inode() 714 "zero lowest_vcn."); in ntfs_read_locked_inode() 940 if (a->data.non_resident.lowest_vcn) { in ntfs_read_locked_inode() 943 "zero lowest_vcn."); in ntfs_read_locked_inode() 1103 if (a->data.non_resident.lowest_vcn) { in ntfs_read_locked_inode() 1106 "lowest_vcn."); in ntfs_read_locked_inode() 1380 if (a->data.non_resident.lowest_vcn) { in ntfs_read_locked_attr_inode() 1382 "non-zero lowest_vcn."); in ntfs_read_locked_attr_inode() 1639 if (a->data.non_resident.lowest_vcn) { in ntfs_read_locked_index_inode() 1641 "attribute has non zero lowest_vcn in ntfs_read_locked_index_inode() [all...] |
H A D | runlist.c | 752 attr->data.non_resident.lowest_vcn) < (VCN)0) { in ntfs_mapping_pairs_decompress() 757 /* Start at vcn = lowest_vcn and lcn 0. */ in ntfs_mapping_pairs_decompress() 758 vcn = sle64_to_cpu(attr->data.non_resident.lowest_vcn); in ntfs_mapping_pairs_decompress() 899 if (!attr->data.non_resident.lowest_vcn) { in ntfs_mapping_pairs_decompress()
|
H A D | layout.h | 724 /* 16*/ leVCN lowest_vcn;/* Lowest valid virtual cluster number member 728 does lowest_vcn != 0 ever occur. */ 749 /* The sizes below are only used when lowest_vcn is zero, as otherwise it would 940 * extent. They are ordered by lowest_vcn and have their instace set to zero. 967 /* 8*/ leVCN lowest_vcn; /* Lowest virtual cluster number of this portion member 982 /* 24*/ le16 instance; /* If lowest_vcn = 0, the instance of the
|
H A D | mft.c | 1406 ll = sle64_to_cpu(a->data.non_resident.lowest_vcn); in ntfs_mft_bitmap_extend_allocation_nolock() 1461 if (a->data.non_resident.lowest_vcn) { in ntfs_mft_bitmap_extend_allocation_nolock() 1838 ll = sle64_to_cpu(a->data.non_resident.lowest_vcn); in ntfs_mft_data_extend_allocation_nolock() 1900 if (a->data.non_resident.lowest_vcn) { in ntfs_mft_data_extend_allocation_nolock()
|
H A D | file.c | 1042 vcn = sle64_to_cpu(a->data.non_resident.lowest_vcn); in ntfs_prepare_pages_for_non_resident_write() 1128 if (a->data.non_resident.lowest_vcn) { in ntfs_prepare_pages_for_non_resident_write()
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | attrib.c | 111 if (!a->data.non_resident.lowest_vcn && end_vcn <= 0) in ntfs_map_runlist_nolock() 124 sle64_to_cpu(a->data.non_resident.lowest_vcn) in ntfs_map_runlist_nolock() 566 * attributes, as extents with lowest_vcn != 0 are usually described by the 823 * @lowest_vcn: lowest vcn to find (optional, non-resident attributes only) 869 const IGNORE_CASE_BOOL ic, const VCN lowest_vcn, in ntfs_external_attr_find() 972 * unnamed. Now check @lowest_vcn. Continue search if the in ntfs_external_attr_find() 973 * next attribute list entry still fits @lowest_vcn. Otherwise in ntfs_external_attr_find() 976 if (lowest_vcn && (u8*)next_al_entry >= al_start && in ntfs_external_attr_find() 980 sle64_to_cpu(next_al_entry->lowest_vcn) <= in ntfs_external_attr_find() 981 lowest_vcn in ntfs_external_attr_find() 867 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) ntfs_external_attr_find() argument 1197 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) ntfs_attr_lookup() argument [all...] |
H A D | attrib.h | 61 const VCN lowest_vcn, const u8 *val, const u32 val_len,
|
H A D | inode.c | 712 if (a->data.non_resident.lowest_vcn) { in ntfs_read_locked_inode() 714 "zero lowest_vcn."); in ntfs_read_locked_inode() 940 if (a->data.non_resident.lowest_vcn) { in ntfs_read_locked_inode() 943 "zero lowest_vcn."); in ntfs_read_locked_inode() 1103 if (a->data.non_resident.lowest_vcn) { in ntfs_read_locked_inode() 1106 "lowest_vcn."); in ntfs_read_locked_inode() 1380 if (a->data.non_resident.lowest_vcn) { in ntfs_read_locked_attr_inode() 1382 "non-zero lowest_vcn."); in ntfs_read_locked_attr_inode() 1639 if (a->data.non_resident.lowest_vcn) { in ntfs_read_locked_index_inode() 1641 "attribute has non zero lowest_vcn in ntfs_read_locked_index_inode() [all...] |
H A D | runlist.c | 752 attr->data.non_resident.lowest_vcn) < (VCN)0) { in ntfs_mapping_pairs_decompress() 757 /* Start at vcn = lowest_vcn and lcn 0. */ in ntfs_mapping_pairs_decompress() 758 vcn = sle64_to_cpu(attr->data.non_resident.lowest_vcn); in ntfs_mapping_pairs_decompress() 899 if (!attr->data.non_resident.lowest_vcn) { in ntfs_mapping_pairs_decompress()
|
H A D | layout.h | 724 /* 16*/ leVCN lowest_vcn;/* Lowest valid virtual cluster number member 728 does lowest_vcn != 0 ever occur. */ 749 /* The sizes below are only used when lowest_vcn is zero, as otherwise it would 940 * extent. They are ordered by lowest_vcn and have their instace set to zero. 967 /* 8*/ leVCN lowest_vcn; /* Lowest virtual cluster number of this portion member 982 /* 24*/ le16 instance; /* If lowest_vcn = 0, the instance of the
|
H A D | mft.c | 1406 ll = sle64_to_cpu(a->data.non_resident.lowest_vcn); in ntfs_mft_bitmap_extend_allocation_nolock() 1461 if (a->data.non_resident.lowest_vcn) { in ntfs_mft_bitmap_extend_allocation_nolock() 1838 ll = sle64_to_cpu(a->data.non_resident.lowest_vcn); in ntfs_mft_data_extend_allocation_nolock() 1900 if (a->data.non_resident.lowest_vcn) { in ntfs_mft_data_extend_allocation_nolock()
|
H A D | file.c | 1035 vcn = sle64_to_cpu(a->data.non_resident.lowest_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()
|