/systemd-251/src/sysupdate/ |
D | sysupdate-instance.h | 33 int growfs; member 47 .growfs = -1, \
|
D | sysupdate-transfer.c | 74 .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()
|
D | sysupdate-pattern.c | 367 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()
|
D | sysupdate-partition.c | 193 … .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()
|
D | sysupdate-partition.h | 34 bool growfs:1; member
|
D | sysupdate-transfer.h | 37 int growfs; member
|
D | sysupdate.c | 611 if (i->metadata.growfs >= 0) { in context_show_version() 615 b = i->metadata.growfs; in context_show_version()
|
/systemd-251/src/gpt-auto-generator/ |
D | gpt-auto-generator.c | 199 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/ |
D | dissect-image.c | 525 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 …]
|
D | dissect-image.h | 22 bool growfs:1; member
|
/systemd-251/src/fstab-generator/ |
D | fstab-generator.c | 591 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/ |
D | BUILDING_IMAGES.md | 201 …[`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/ |
D | meson.build | 946 ['systemd-growfs', 947 'systemd-growfs@.service',
|
/systemd-251/src/partition/ |
D | repart.c | 174 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/ |
D | dissect.c | 578 r = table_add_many(t, TABLE_BOOLEAN, (int) p->growfs); in action_dissect()
|
/systemd-251/ |
D | meson.build | 255 conf.set_quoted('SYSTEMD_GROWFS_PATH', rootlibexecdir / 'systemd-growfs') 3193 executable('systemd-growfs', 3194 'src/partition/growfs.c',
|
D | TODO | 748 x-systemd.growfs and x-systemd-makefs.
|
D | NEWS | 1717 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
|