conv32
uint32_t (*val32)(uint32_t) = fs->val.conv32;
ops->conv32 = val32_normal_order;
ops->conv32 = val32_reverse_order;
ops->conv32 = val32_pdp_to_little;
ops->conv32 = val32_reverse_order;
ops->conv32 = val32_normal_order;
ops->conv32 = val32_pdp_to_big;
#define V7FS_VAL32(x, v) ((*(x)->val.conv32)(v))
uint32_t (*conv32)(uint32_t);
conv32(filesize);
conv32(atime);
conv32(mtime);
conv32(ctime);
conv32(filesize);
conv32(atime);
conv32(mtime);
conv32(ctime);
conv32(volume_size);
conv32(update_time);
conv32(total_freeblock);