Lines Matching refs:node
56 log_notice("Acquired loop device %s, will mount on %s", loop->node, mounted); in thread_func()
63 log_error_errno(r, "Failed dissect loopback device %s: %m", loop->node); in thread_func()
66 log_info("Dissected loop device %s", loop->node); in thread_func()
73 dissected->partitions[d].node, in thread_func()
79 assert_se(dissected->partitions[PARTITION_ESP].node); in thread_func()
81 assert_se(dissected->partitions[PARTITION_XBOOTLDR].node); in thread_func()
83 assert_se(dissected->partitions[PARTITION_ROOT].node); in thread_func()
85 assert_se(dissected->partitions[PARTITION_HOME].node); in thread_func()
88 log_notice_errno(r, "Mounted %s → %s: %m", loop->node, mounted); in thread_func()
102 log_notice("Detaching loop device %s", loop->node); in thread_func()
233 assert_se(dissected->partitions[PARTITION_ESP].node); in run()
235 assert_se(dissected->partitions[PARTITION_XBOOTLDR].node); in run()
237 assert_se(dissected->partitions[PARTITION_ROOT].node); in run()
239 assert_se(dissected->partitions[PARTITION_HOME].node); in run()
242 …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()