Home
last modified time | relevance | path

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

/openbmc/hiomapd/
H A Dprotocol.c100 uint8_t old_version = context->version; in protocol_v1_get_info() local
109 if (rc != old_version) { in protocol_v1_get_info()
518 uint8_t old_version = context->version; in protocol_v2_get_info() local
527 if (rc != old_version) { in protocol_v2_get_info()
/openbmc/u-boot/fs/jffs2/
H A Djffs2_1pass.c582 u32 old_version; in compare_inodes() local
586 sizeof(old_version), &old_version); in compare_inodes()
588 return new_version > old_version; in compare_inodes()
/openbmc/linux/fs/ceph/
H A Dmds_client.c2881 bool old_version = !test_bit(CEPHFS_FEATURE_32BITS_RETRY_FWD, in create_request_message() local
2923 else if (old_version) in create_request_message()
2981 } else if (old_version) { in create_request_message()
3110 bool old_version = !test_bit(CEPHFS_FEATURE_32BITS_RETRY_FWD, in __prepare_send_request() local
3122 if ((old_version && req->r_attempts >= old_max_retry) || in __prepare_send_request()
3164 if (!old_version) { in __prepare_send_request()
3203 if (!old_version) { in __prepare_send_request()
/openbmc/qemu/block/
H A Dqcow2.c5691 int old_version = s->qcow_version, new_version = old_version; in qcow2_amend_options() local
5781 .total_operations = (new_version != old_version) in qcow2_amend_options()
5787 if (new_version > old_version) { in qcow2_amend_options()
5924 if (new_version < old_version) { in qcow2_amend_options()