Searched refs:mandatory_flags (Results 1 – 3 of 3) sorted by relevance
87 hdr.mandatory_flags = XL_MANDATORY_FLAG_STREAMv2; in save_domain_core_writeconfig()104 hdr.mandatory_flags |= XL_MANDATORY_FLAG_JSON; in save_domain_core_writeconfig()118 source, hdr.mandatory_flags, hdr.optional_flags, in save_domain_core_writeconfig()
717 restore_source, hdr.mandatory_flags, hdr.optional_flags, in create_domain()720 badflags = hdr.mandatory_flags & ~XL_MANDATORY_FLAG_ALL; in create_domain()749 !!(hdr.mandatory_flags & XL_MANDATORY_FLAG_JSON) in create_domain()794 config_in_json = !!(hdr.mandatory_flags & XL_MANDATORY_FLAG_JSON); in create_domain()878 (hdr.mandatory_flags & XL_MANDATORY_FLAG_STREAMv2) ? 2 : 1; in create_domain()
88 uint32_t mandatory_flags; /* unknown flags => reject restore */ member
Completed in 5 milliseconds