Lines Matching refs:node
47 const char *name, *devtype, *node; in open_parent_block_device() local
87 r = sd_device_get_devname(parent, &node); in open_parent_block_device()
93 log_device_debug(d, "Root device %s.", node); in open_parent_block_device()
101 fd = open(node, O_RDONLY|O_CLOEXEC|O_NOCTTY); in open_parent_block_device()
103 return log_error_errno(errno, "Failed to open %s: %m", node); in open_parent_block_device()
333 p->node, in add_partition_mount()
350 assert(p->node); in add_swap()
362 r = add_cryptsetup("swap", p->node, true, true, &crypto_what); in add_swap()
367 what = p->node; in add_swap()
507 p->node, in add_xbootldr()
575 … log_debug("Partition for %s does not appear to be the partition we are booted from.", p->node); in add_esp()
582 p->node, in add_esp()