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

/systemd/src/core/
H A Dcgroup.h66 bool read; member in struct:CGroupBlockIODeviceBandwidth
H A Ddbus-cgroup.c84 if (streq(property, "BlockIOReadBandwidth") != b->read)
345 bool read = true; local
350 read = false;
362 if (path_equal(path, b->path) && read == b->read) {
373 a->read = read;
403 if (a->read == read)
413 if (read) {
[all...]
H A Dload-fragment.c3107 bool read; local
3115 read = streq("BlockIOReadBandwidth", lvalue);
3121 if (b->read == read)
3158 b->read = read;
3563 /* Hmm, so this is a symlink. Let's read the name, and follow it manually */

Completed in 22 milliseconds