Home
last modified time | relevance | path

Searched refs:metadata (Results 1 – 25 of 29) sorted by relevance

12

/systemd-251/src/sysupdate/
Dsysupdate-resource.c151 if (instance->metadata.mtime == USEC_INFINITY) in resource_load_from_directory()
152 instance->metadata.mtime = timespec_load(&st.st_mtim) ?: USEC_INFINITY; in resource_load_from_directory()
154 if (instance->metadata.mode == MODE_INVALID) in resource_load_from_directory()
155 …instance->metadata.mode = st.st_mode & 0775; /* mask out world-writability and suid and stuff, for… in resource_load_from_directory()
220 if (!instance->metadata.partition_uuid_set) { in resource_load_from_blockdev()
221 instance->metadata.partition_uuid = instance->partition_info.uuid; in resource_load_from_blockdev()
222 instance->metadata.partition_uuid_set = true; in resource_load_from_blockdev()
225 if (!instance->metadata.partition_flags_set) { in resource_load_from_blockdev()
226 instance->metadata.partition_flags = instance->partition_info.flags; in resource_load_from_blockdev()
227 instance->metadata.partition_flags_set = true; in resource_load_from_blockdev()
[all …]
Dsysupdate-transfer.c692 if (!strv_contains(t->protected_versions, oldest->metadata.version) && in transfer_vacuum()
693 … (!extra_protected_version || !streq(extra_protected_version, oldest->metadata.version))) in transfer_vacuum()
696 … log_debug("Version '%s' is protected, not removing.", oldest->metadata.version); in transfer_vacuum()
762 .version = i->metadata.version, in compile_pattern_fields()
767 … .partition_uuid = t->partition_uuid_set ? t->partition_uuid : i->metadata.partition_uuid, in compile_pattern_fields()
768 .partition_uuid_set = t->partition_uuid_set || i->metadata.partition_uuid_set, in compile_pattern_fields()
769 … .partition_flags = t->partition_flags_set ? t->partition_flags : i->metadata.partition_flags, in compile_pattern_fields()
770 .partition_flags_set = t->partition_flags_set || i->metadata.partition_flags_set, in compile_pattern_fields()
771 .mtime = RESOURCE_IS_TAR(i->resource->type) ? USEC_INFINITY : i->metadata.mtime, in compile_pattern_fields()
772 …!= MODE_INVALID ? t->mode : (RESOURCE_IS_TAR(i->resource->type) ? MODE_INVALID : i->metadata.mode), in compile_pattern_fields()
[all …]
Dsysupdate.c244 … if (boundary && strverscmp_improved(i->metadata.version, boundary) >= 0) in context_discover_update_sets_by_flag()
248 if (strverscmp_improved(i->metadata.version, cursor) != 0) in context_discover_update_sets_by_flag()
251 cursor = strdup(i->metadata.version); in context_discover_update_sets_by_flag()
534 if (i->metadata.partition_uuid_set) { in context_show_version()
536 r = table_add_cell(t, NULL, TABLE_UUID, &i->metadata.partition_uuid); in context_show_version()
542 if (i->metadata.partition_flags_set) { in context_show_version()
544 r = table_add_cell(t, NULL, TABLE_UINT64_HEX, &i->metadata.partition_flags); in context_show_version()
550 if (i->metadata.mtime != USEC_INFINITY) { in context_show_version()
552 r = table_add_cell(t, NULL, TABLE_TIMESTAMP, &i->metadata.mtime); in context_show_version()
558 if (i->metadata.mode != MODE_INVALID) { in context_show_version()
[all …]
Dsysupdate-instance.c42 .metadata = *f, in instance_new()
47 i->metadata.version = TAKE_PTR(v); in instance_new()
57 instance_metadata_destroy(&i->metadata); in instance_free()
Dsysupdate-instance.h55 InstanceMetadata metadata; member
/systemd-251/docs/
DCOREDUMP_PACKAGE_METADATA.md19 to query the local package manager and find out the package metadata or, again, the DWARF
22 However, this usage of the `build-id` requires either local metadata, usually set up by
26 Thus it becomes desirable to add additional metadata to a binary at build time, so that
28 metadata simply from the core file itself, without external dependencies.
32 This document will attempt to define a common metadata format specification, so that
36 The metadata will be embedded in a single, new, 4-bytes-aligned, allocated, 0-padded,
43 If available, the metadata should also include the debuginfod server URL that can provide
137 The metadata format is intentionally left open, so that vendors can add their own information.
DUSERDB_AND_DESKTOPS.md76 thereof. In particular, most of the metadata `accounts-daemon` (also see below)
95 exposed in a user management UI. Various metadata fields are supplied allowing
126 "side-car" metadata for *any* type of user account, while `systemd-homed` only
127 provides additional metadata for the users it defines itself. In other words:
DJOURNAL_NATIVE_PROTOCOL.md113 just fine, and it's generally preferred to have a single set of metadata fields
127 plain dictionary for accepting structured log metadata, but rather a data
164 protocol over STDERR-based logging, structured metadata can be passed along,
DAUTOMATIC_BOOT_ASSESSMENT.md189 benefit that the boot count metadata is directly attached to the boot loader
190 entry file, and thus the lifecycle of the metadata and the entry itself are
DPORTABLE_SERVICES.md38 entirely generic, and doesn't have to carry any specific metadata beyond what
40 doesn't define any new metadata as unit files and OS tree directories or disk
229 Note that as no new image format or metadata is defined, it's very
DJOURNAL_EXPORT_FORMATS.md23 * Entry metadata that is not actually a field is serialized like it was a field, but beginning with…
DENVIRONMENT.md356 load "sidecar" Verity metadata files. If enabled (which is the default),
361 Verity metadata files is turned off.
DHOME_DIRECTORY.md14 between systems without any further, external metadata. This document describes
DBOOT_LOADER_SPECIFICATION.md147 single-file images that embed all metadata in the kernel binary itself, which
339 Images of this type have the advantage that all metadata and payload that makes
DUSER_RECORD.md52 2. Additional user metadata, such as a picture, email address, location string,
787 metrics of the user and similar metadata that shall not be persisted but are
805 possibly skewed by metadata sizes, disk compression and similar.
/systemd-251/test/fuzz/fuzz-udev-rules/
D60-persistent-storage.rules84 # probe filesystem metadata of optical drives which have a media inserted
91 # probe filesystem metadata of disks
94 # by-label/by-uuid links (filesystem metadata)
102 # by-partlabel/by-partuuid links (partition metadata)
D60-block.rules10 # watch metadata changes, caused by tools closing the device node which was opened for writing
/systemd-251/rules.d/
D60-persistent-storage.rules102 # probe filesystem metadata of optical drives which have a media inserted
109 # probe filesystem metadata of disks
112 # by-label/by-uuid links (filesystem metadata)
120 # by-partlabel/by-partuuid links (partition metadata)
D60-block.rules10 # watch metadata changes, caused by tools closing the device node which was opened for writing
/systemd-251/.github/workflows/
Dcoverity.yml37 # Preconfigure with meson to prevent Coverity from capturing meson metadata
/systemd-251/
D.packit.yml39 metadata:
DNEWS26 return parameter, containing the actual extension release metadata.
231 with the metadata loaded in the sd_device object, thus ensuring that
450 files, to configure tunnels in external mode (a.k.a. collect metadata
909 files, binaries and executables and prints metadata information,
1219 directly linking, allowing users to easily opt-out of backtrace/metadata
1943 to print backtrace and metadata in the journal.
2098 metadata header. This allows the information how to open the
2700 additional policy metadata data fields to the PolicyKit
2724 without any metadata, just the pure text messages) will now make use
3228 enabled, the kernel will attach additional per-packet metadata to all
[all …]
/systemd-251/sysctl.d/
D50-coredump.conf.in19 # We collect metadata from /proc/%P/, and thus need to make sure the crashed
/systemd-251/shell-completion/zsh/
D_systemd-analyze67 'inspect-elf:Parse and print ELF package metadata'
/systemd-251/LICENSES/
DOFL-1.1.txt64 in the appropriate machine-readable metadata fields within text or

12