Searched refs:writable (Results 1 - 9 of 9) sorted by relevance

/systemd/src/test/
H A Dtest-ns.c27 const char * const writable[] = { local
66 (char **) writable,
/systemd/src/libsystemd/sd-bus/
H A Dbusctl-introspect.h29 int (*on_property)(const char *interface, const char *name, const char *signature, bool writable, uint64_t flags, void *userdata);
H A Dbusctl.c631 bool writable; member in struct:Member
813 static int on_property(const char *interface, const char *name, const char *signature, bool writable, uint64_t flags, void *userdata) { argument
827 m->writable = writable;
1064 (m->flags & SD_BUS_VTABLE_DEPRECATED) ? " deprecated" : (m->flags || m->writable ? "" : " -"),
1069 m->writable ? " writable" : "");
/systemd/src/core/
H A Dmachine-id-setup.c202 bool writable = true; local
238 "3) /etc/machine-id is missing and /etc is writable.\n");
245 writable = false;
266 if (writable)
H A Dsocket.h119 bool writable; member in struct:Socket
H A Ddbus-socket.c117 SD_BUS_PROPERTY("Writable", "b", bus_property_get_bool, offsetof(Socket, writable), SD_BUS_VTABLE_PROPERTY_CONST),
H A Dsocket.c532 prefix, yes_no(s->writable),
1046 static int special_address_create(const char *path, bool writable) { argument
1053 fd = open(path, (writable ? O_RDWR : O_RDONLY)|O_CLOEXEC|O_NOCTTY|O_NONBLOCK|O_NOFOLLOW);
1308 p->fd = special_address_create(p->path, s->writable);
/systemd/src/journal/
H A Djournal-file.h73 bool writable:1; member in struct:JournalFile
H A Djournal-file.c92 if (!f->writable)
118 if (!f->writable)
147 if (f->seal && f->writable)
297 if (f->writable && (flags & ~HEADER_COMPATIBLE_SUPPORTED)) {
330 if (f->writable) {
2741 f->writable = (flags & O_ACCMODE) != O_RDONLY;
2783 if (f->last_stat.st_size == 0 && f->writable) {
2838 if (!newly_created && f->writable) {
2845 if (f->writable) {
2917 if (!old_file->writable)
[all...]

Completed in 48 milliseconds