Searched defs:ignore_erofs (Results 1 - 3 of 3) sorted by relevance

/systemd/src/basic/
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 Dsmack-util.c136 int mac_smack_fix(const char *path, bool ignore_enoent, bool ignore_erofs) { argument
182 if (ignore_erofs && errno == EROFS)
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
176 if (ignore_erofs && errno == EROFS)

Completed in 11 milliseconds