Home
last modified time | relevance | path

Searched refs:arec_size (Results 1 - 1 of 1) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
H A Dattrib.c5112 int mp_size, mp_ofs, name_ofs, arec_size, err; local
5202 arec_size = (mp_ofs + mp_size + 7) & ~7;
5205 if (ntfs_attr_record_resize(ctx->mrec, a, arec_size) < 0) {
5253 if (ntfs_mapping_pairs_build(vol, (u8*)a + mp_ofs, arec_size - mp_ofs,
5613 s64 arec_size, bytes_read; local
5654 arec_size = (val_ofs + na->data_size + 7) & ~7;
5658 arec_size > le32_to_cpu(ctx->mrec->bytes_allocated)) {
5676 if (ntfs_attr_record_resize(ctx->mrec, a, arec_size) < 0) {

Completed in 10 milliseconds