Searched refs:chattr_path (Results 1 - 4 of 4) sorted by relevance

/systemd/src/basic/
H A Dchattr-util.h23 int chattr_path(const char *p, unsigned value, unsigned mask);
H A Dchattr-util.c64 int chattr_path(const char *p, unsigned value, unsigned mask) { function
/systemd/src/shared/
H A Dmachine-image.c426 (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 Djournal-file.c3004 (void) chattr_path(p, false, FS_NOCOW_FL);

Completed in 21 milliseconds