Home
last modified time | relevance | path

Searched refs:attrs_offset (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/fs/ntfs/
Dlayout.h336 /* 20*/ le16 attrs_offset; /* Byte offset to the first attribute in this member
405 /* 20*/ le16 attrs_offset; /* Byte offset to the first attribute in this member
Dattrib.c1008 le16_to_cpu(ctx->mrec->attrs_offset)); in ntfs_external_attr_find()
1113 le16_to_cpu(ctx->mrec->attrs_offset)); in ntfs_external_attr_find()
1210 le16_to_cpu(mrec->attrs_offset)), in ntfs_attr_init_search_ctx()
1233 le16_to_cpu(ctx->mrec->attrs_offset)); in ntfs_attr_reinit_search_ctx()
Dmft.c2055 m->attrs_offset = cpu_to_le16((le16_to_cpu(m->usa_ofs) + in ntfs_mft_record_layout()
2063 m->bytes_in_use = cpu_to_le32(le16_to_cpu(m->attrs_offset) + 8); in ntfs_mft_record_layout()
2068 a = (ATTR_RECORD*)((u8*)m + le16_to_cpu(m->attrs_offset)); in ntfs_mft_record_layout()