Searched refs:canonical_where (Results 1 – 2 of 2) sorted by relevance
/systemd-251/src/fstab-generator/ |
D | fstab-generator.c | 590 _cleanup_free_ char *where = NULL, *what = NULL, *canonical_where = NULL; in parse_fstab() local 628 &canonical_where, NULL); in parse_fstab() 631 … else if (streq(canonical_where, where)) /* If it was fully canonicalized, suppress the change */ in parse_fstab() 632 canonical_where = mfree(canonical_where); in parse_fstab() 634 … log_debug("Canonicalized what=%s where=%s to %s", what, where, canonical_where); in parse_fstab() 675 canonical_where ?: where, in parse_fstab() 676 canonical_where ? where: NULL, in parse_fstab()
|
/systemd-251/src/core/ |
D | unit.c | 4795 _cleanup_free_ char *canonical_where = NULL; in unit_fail_if_noncanonical() local 4801 r = chase_symlinks(where, NULL, CHASE_NONEXISTENT, &canonical_where, NULL); in unit_fail_if_noncanonical() 4808 if (path_equal(where, canonical_where)) in unit_fail_if_noncanonical()
|