Home
last modified time | relevance | path

Searched refs:growfs (Results 1 – 18 of 18) sorted by relevance

/systemd-251/src/sysupdate/
Dsysupdate-instance.h33 int growfs; member
47 .growfs = -1, \
Dsysupdate-transfer.c74 .growfs = -1, in transfer_new()
442 …t", "PartitionGrowFileSystem", config_parse_tristate, 0, &t->growfs }, in transfer_read_definition()
780 .growfs = t->growfs >= 0 ? t->growfs : i->metadata.growfs, in compile_pattern_fields()
1124 if (f.growfs >= 0) { in transfer_acquire_instance()
1125 t->partition_info.growfs = f.growfs; in transfer_acquire_instance()
Dsysupdate-pattern.c367 assert(found.growfs < 0); in pattern_match()
368 found.growfs = r; in pattern_match()
571 if (fields->growfs < 0) in pattern_format()
574 if (!strextend(&j, one_zero(fields->growfs))) in pattern_format()
Dsysupdate-partition.c193 … .growfs = FLAGS_SET(flags, GPT_FLAG_GROWFS) && gpt_partition_type_knows_growfs(ptid), in read_partition_info()
339 SET_FLAG(flags, GPT_FLAG_GROWFS, info->growfs); in patch_partition()
361 SET_FLAG(new_flags, GPT_FLAG_GROWFS, info->growfs); in patch_partition()
Dsysupdate-partition.h34 bool growfs:1; member
Dsysupdate-transfer.h37 int growfs; member
Dsysupdate.c611 if (i->metadata.growfs >= 0) { in context_show_version()
615 b = i->metadata.growfs; in context_show_version()
/systemd-251/src/gpt-auto-generator/
Dgpt-auto-generator.c199 bool growfs, in add_mount() argument
277 if (growfs) { in add_mount()
337 p->growfs, in add_partition_mount()
412 bool growfs, in add_automount() argument
434 growfs, in add_automount()
/systemd-251/src/shared/
Ddissect-image.c525 bool rw = true, growfs = false; in dissect_image() local
550 growfs = FLAGS_SET(pflags, GPT_FLAG_GROWFS); in dissect_image()
561 growfs = FLAGS_SET(pflags, GPT_FLAG_GROWFS); in dissect_image()
585 growfs = FLAGS_SET(pflags, GPT_FLAG_GROWFS); in dissect_image()
601 growfs = FLAGS_SET(pflags, GPT_FLAG_GROWFS); in dissect_image()
663 growfs = FLAGS_SET(pflags, GPT_FLAG_GROWFS); in dissect_image()
747 growfs = FLAGS_SET(pflags, GPT_FLAG_GROWFS); in dissect_image()
779 growfs = FLAGS_SET(pflags, GPT_FLAG_GROWFS); in dissect_image()
826 .growfs = growfs, in dissect_image()
888 .growfs = false, in dissect_image()
[all …]
Ddissect-image.h22 bool growfs:1; member
/systemd-251/src/fstab-generator/
Dfstab-generator.c591 bool makefs, growfs, noauto, nofail; in parse_fstab() local
638 growfs = fstab_test_option(me->mnt_opts, "x-systemd.growfs\0"); in parse_fstab()
644 yes_no(makefs), yes_no(growfs), in parse_fstab()
648 growfs * MOUNT_GROWFS | in parse_fstab()
/systemd-251/docs/
DBUILDING_IMAGES.md201 …[`systemd-growfs@(8).service`](https://www.freedesktop.org/software/systemd/man/systemd-growfs.htm…
203 in. The `x-systemd.growfs` mount option in `/etc/fstab` is sufficient to
275 [`systemd-growfs@(8).service`](https://www.freedesktop.org/software/systemd/man/systemd-growfs.html…
/systemd-251/man/rules/
Dmeson.build946 ['systemd-growfs',
947 'systemd-growfs@.service',
/systemd-251/src/partition/
Drepart.c174 int growfs; member
256 .growfs = -1, in partition_new()
1334 … { "Partition", "GrowFileSystem", config_parse_tristate, 0, &p->growfs }, in partition_read_definition()
1385 p->growfs = true; in partition_read_definition()
3302 if (p->growfs >= 0) { in partition_merge_flags()
3304 SET_FLAG(f, GPT_FLAG_GROWFS, p->growfs); in partition_merge_flags()
3308 yes_no(p->growfs), in partition_merge_flags()
/systemd-251/src/dissect/
Ddissect.c578 r = table_add_many(t, TABLE_BOOLEAN, (int) p->growfs); in action_dissect()
/systemd-251/
Dmeson.build255 conf.set_quoted('SYSTEMD_GROWFS_PATH', rootlibexecdir / 'systemd-growfs')
3193 executable('systemd-growfs',
3194 'src/partition/growfs.c',
DTODO748 x-systemd.growfs and x-systemd-makefs.
DNEWS1717 explicit x-systemd.growfs mount option, and this new flag extends
3976 * systemd-growfs (i.e. the x-systemd.growfs mount option in /etc/fstab)
6516 x-systemd.makefs and x-systemd.growfs. The former has the effect that
6522 systemd-growfs@.service as necessary, similar to