Home
last modified time | relevance | path

Searched refs:make_filesystem (Results 1 – 6 of 6) sorted by relevance

/systemd-251/src/test/
Dtest-loop-block.c242 …assert_se(make_filesystem(dissected->partitions[PARTITION_ESP].node, "vfat", "EFI", id, true) >= 0… in run()
245 …assert_se(make_filesystem(dissected->partitions[PARTITION_XBOOTLDR].node, "vfat", "xbootldr", id, … in run()
248 …assert_se(make_filesystem(dissected->partitions[PARTITION_ROOT].node, "ext4", "root", id, true) >=… in run()
251 …assert_se(make_filesystem(dissected->partitions[PARTITION_HOME].node, "ext4", "home", id, true) >=… in run()
/systemd-251/src/shared/
Dmkfs-util.h10 int make_filesystem(const char *node, const char *fstype, const char *label, sd_id128_t uuid, bool …
Dmkfs-util.c89 int make_filesystem( in make_filesystem() function
/systemd-251/src/partition/
Dmakefs.c68 return make_filesystem(device, fstype, basename(device), uuid, true); in run()
Drepart.c3040 r = make_filesystem(fsdev, p->format, strempty(p->new_label), fs_uuid, arg_discard); in context_mkfs()
/systemd-251/src/home/
Dhomework-luks.c2338 …r = make_filesystem(setup->dm_node, fstype, user_record_user_name_and_realm(h), fs_uuid, user_reco… in home_create_luks()