Searched defs:ignore_erofs (Results 1 - 3 of 3) sorted by relevance
/systemd/src/basic/ |
H A D | label.c | 29 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 D | smack-util.c | 136 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 D | selinux-util.c | 140 int mac_selinux_fix(const char *path, bool ignore_enoent, bool ignore_erofs) { argument 176 if (ignore_erofs && errno == EROFS)
|
Completed in 11 milliseconds