Home
last modified time | relevance | path

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

/linux-6.1.9/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.c1032 le16_to_cpu(ctx->mrec->attrs_offset)); in ntfs_external_attr_find()
1137 le16_to_cpu(ctx->mrec->attrs_offset)); in ntfs_external_attr_find()
1234 le16_to_cpu(mrec->attrs_offset)), in ntfs_attr_init_search_ctx()
1257 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()
Dinode.c1833 if (le16_to_cpu(m->attrs_offset) >= le32_to_cpu(m->bytes_allocated)) { in ntfs_read_inode_mount()
1835 le16_to_cpu(m->attrs_offset)); in ntfs_read_inode_mount()