Searched refs:ignore_enoent (Results 1 - 11 of 11) sorted by relevance

/systemd/src/basic/
H A Dlabel.h25 int label_fix(const char *path, bool ignore_enoent, bool ignore_erofs);
H A Dlabel.c29 int label_fix(const char *path, bool ignore_enoent, bool ignore_erofs) { argument
32 r = mac_selinux_fix(path, ignore_enoent, ignore_erofs);
33 q = mac_smack_fix(path, ignore_enoent, ignore_erofs);
H A Dselinux-util.h35 int mac_selinux_fix(const char *path, bool ignore_enoent, bool ignore_erofs);
H A Dsmack-util.h45 int mac_smack_fix(const char *path, bool ignore_enoent, bool ignore_erofs);
H A Dsmack-util.c136 int mac_smack_fix(const char *path, bool ignore_enoent, bool ignore_erofs) { argument
179 if (ignore_enoent && errno == ENOENT)
234 int mac_smack_fix(const char *path, bool ignore_enoent, bool ignore_erofs) { argument
H A Dselinux-util.c140 int mac_selinux_fix(const char *path, bool ignore_enoent, bool ignore_erofs) { argument
173 if (ignore_enoent && errno == ENOENT)
/systemd/src/binfmt/
H A Dbinfmt.c72 static int apply_file(const char *path, bool ignore_enoent) { argument
80 if (ignore_enoent && r == -ENOENT)
/systemd/src/sysctl/
H A Dsysctl.c65 static int parse_file(Hashmap *sysctl_options, const char *path, bool ignore_enoent) { argument
73 if (ignore_enoent && r == -ENOENT)
/systemd/src/modules-load/
H A Dmodules-load.c128 static int apply_file(struct kmod_ctx *ctx, const char *path, bool ignore_enoent) { argument
137 if (ignore_enoent && r == -ENOENT)
/systemd/src/sysusers/
H A Dsysusers.c1682 static int read_config_file(const char *fn, bool ignore_enoent) { argument
1696 if (ignore_enoent && r == -ENOENT)
/systemd/src/tmpfiles/
H A Dtmpfiles.c2203 static int read_config_file(const char *fn, bool ignore_enoent) { argument
2215 if (ignore_enoent && r == -ENOENT) {

Completed in 52 milliseconds