Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dmount-setup.c161 (void) label_fix(p->where, LABEL_IGNORE_ENOENT|LABEL_IGNORE_EROFS); in mount_one()
199 (void) label_fix(p->where, 0); in mount_one()
389 (void) label_fix(path, 0); in relabel_cb()
420 (void) label_fix("/sys/fs/cgroup", 0); in relabel_cgroup_filesystems()
483 (void) label_fix(line, 0); in relabel_extra()
Dlabel.h14 static inline int label_fix(const char *path, LabelFixFlags flags) { in label_fix() function
Dhwdb-util.c646 err = label_fix(hwdb_bin, 0); in hwdb_update()
/systemd-251/src/login/
Duser-runtime-dir.c105 r = label_fix(runtime_path, 0); in user_mkdir_runtime_path()
/systemd-251/src/core/
Dautomount.c365 (void) label_fix("/dev/autofs", 0); in open_dev_autofs()
/systemd-251/src/tmpfiles/
Dtmpfiles.c926 return label_fix(path, 0); in fd_set_perms()