Searched refs:chattr_path (Results 1 - 4 of 4) sorted by relevance
/systemd/src/basic/ |
H A D | chattr-util.h | 23 int chattr_path(const char *p, unsigned value, unsigned mask);
|
H A D | chattr-util.c | 64 int chattr_path(const char *p, unsigned value, unsigned mask) { function
|
/systemd/src/shared/ |
H A D | machine-image.c | 426 (void) chattr_path(i->path, false, FS_IMMUTABLE_FL); 509 (void) chattr_path(i->path, false, FS_IMMUTABLE_FL); 542 (void) chattr_path(new_path, true, FS_IMMUTABLE_FL); 675 r = chattr_path(i->path, b, FS_IMMUTABLE_FL);
|
/systemd/src/journal/ |
H A D | journal-file.c | 3004 (void) chattr_path(p, false, FS_NOCOW_FL);
|
Completed in 21 milliseconds