Lines Matching refs:partitions
69 if (!dissected->partitions[d].found) in thread_func()
73 dissected->partitions[d].node, in thread_func()
74 dissected->partitions[d].fstype, in thread_func()
78 assert_se(dissected->partitions[PARTITION_ESP].found); in thread_func()
79 assert_se(dissected->partitions[PARTITION_ESP].node); in thread_func()
80 assert_se(dissected->partitions[PARTITION_XBOOTLDR].found); in thread_func()
81 assert_se(dissected->partitions[PARTITION_XBOOTLDR].node); in thread_func()
82 assert_se(dissected->partitions[PARTITION_ROOT].found); in thread_func()
83 assert_se(dissected->partitions[PARTITION_ROOT].node); in thread_func()
84 assert_se(dissected->partitions[PARTITION_HOME].found); in thread_func()
85 assert_se(dissected->partitions[PARTITION_HOME].node); in thread_func()
232 assert_se(dissected->partitions[PARTITION_ESP].found); in run()
233 assert_se(dissected->partitions[PARTITION_ESP].node); in run()
234 assert_se(dissected->partitions[PARTITION_XBOOTLDR].found); in run()
235 assert_se(dissected->partitions[PARTITION_XBOOTLDR].node); in run()
236 assert_se(dissected->partitions[PARTITION_ROOT].found); in run()
237 assert_se(dissected->partitions[PARTITION_ROOT].node); in run()
238 assert_se(dissected->partitions[PARTITION_HOME].found); 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()