Searched refs:label_fix (Results 1 – 6 of 6) sorted by relevance
/systemd-251/src/shared/ |
D | mount-setup.c | 161 (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()
|
D | label.h | 14 static inline int label_fix(const char *path, LabelFixFlags flags) { in label_fix() function
|
D | hwdb-util.c | 646 err = label_fix(hwdb_bin, 0); in hwdb_update()
|
/systemd-251/src/login/ |
D | user-runtime-dir.c | 105 r = label_fix(runtime_path, 0); in user_mkdir_runtime_path()
|
/systemd-251/src/core/ |
D | automount.c | 365 (void) label_fix("/dev/autofs", 0); in open_dev_autofs()
|
/systemd-251/src/tmpfiles/ |
D | tmpfiles.c | 926 return label_fix(path, 0); in fd_set_perms()
|