Searched refs:mandatory_flags (Results 1 – 3 of 3) sorted by relevance
91 hdr.mandatory_flags = XL_MANDATORY_FLAG_STREAMv2; in save_domain_core_writeconfig()108 hdr.mandatory_flags |= XL_MANDATORY_FLAG_JSON; in save_domain_core_writeconfig()122 source, hdr.mandatory_flags, hdr.optional_flags, in save_domain_core_writeconfig()
766 restore_source, hdr.mandatory_flags, hdr.optional_flags, in create_domain()769 badflags = hdr.mandatory_flags & ~XL_MANDATORY_FLAG_ALL; in create_domain()798 !!(hdr.mandatory_flags & XL_MANDATORY_FLAG_JSON) in create_domain()843 config_in_json = !!(hdr.mandatory_flags & XL_MANDATORY_FLAG_JSON); in create_domain()962 (hdr.mandatory_flags & XL_MANDATORY_FLAG_STREAMv2) ? 2 : 1; in create_domain()
87 uint32_t mandatory_flags; /* unknown flags => reject restore */ member
Completed in 8 milliseconds