Searched defs:fs (Results 1 - 4 of 4) sorted by relevance
/systemd/src/nspawn/ |
H A D | nspawn-cgroup.c | 33 _cleanup_free_ char *path = NULL, *fs = NULL; local 42 r = cg_get_path(SYSTEMD_CGROUP_CONTROLLER, path, NULL, &fs); 46 fd = open(fs, O_RDONLY|O_CLOEXEC|O_DIRECTORY); 48 return log_error_errno(errno, "Failed to open %s: %m", fs);
|
/systemd/src/core/ |
H A D | mount.c | 1419 * remount. Add remote-fs dependencies, even though 1420 * local-fs ones may already be there. */ 1514 struct libmnt_fs *fs; local 1517 k = mnt_table_next_fs(t, i, &fs); 1523 device = mnt_fs_get_source(fs); 1524 path = mnt_fs_get_target(fs); 1525 options = mnt_fs_get_options(fs); 1526 fstype = mnt_fs_get_fstype(fs);
|
H A D | service.c | 37 #include "fs-util.h" 253 static void service_fd_store_unlink(ServiceFDStore *fs) { argument 255 if (!fs) 258 if (fs->service) { 259 assert(fs->service->n_fd_store > 0); 260 LIST_REMOVE(fd_store, fs->service->fd_store, fs); 261 fs->service->n_fd_store--; 264 if (fs->event_source) { 265 sd_event_source_set_enabled(fs 338 ServiceFDStore *fs = userdata; local 349 ServiceFDStore *fs; local 1111 ServiceFDStore *fs; local 2085 ServiceFDStore *fs; local [all...] |
/systemd/src/basic/ |
H A D | cgroup-util.c | 41 #include "fs-util.h" 61 _cleanup_free_ char *fs = NULL; local 67 r = cg_get_path(controller, path, "cgroup.procs", &fs); 71 f = fopen(fs, "re"); 105 _cleanup_free_ char *fs = NULL; local 113 r = cg_get_path(controller, path, NULL, &fs); 117 d = opendir(fs); 467 * /sys/fs/cgroup/ we want to mount it to. Effectively, this 478 static int join_path_legacy(const char *controller, const char *path, const char *suffix, char **fs) { argument 482 assert(fs); 502 join_path_unified(const char *path, const char *suffix, char **fs) argument 522 cg_get_path(const char *controller, const char *path, const char *suffix, char **fs) argument 606 cg_get_path_and_check(const char *controller, const char *path, const char *suffix, char **fs) argument 636 _cleanup_free_ char *fs = NULL; local 664 _cleanup_free_ char *fs = NULL; local 704 _cleanup_free_ char *fs = NULL; local 756 _cleanup_free_ char *fs = NULL; local 779 _cleanup_free_ char *fs = NULL, *procs = NULL; local 815 const char *fs; local 892 _cleanup_free_ char *fs = NULL, *contents = NULL; local 946 _cleanup_free_ char *fs = NULL; local 2119 struct statfs fs; local 2147 _cleanup_free_ char *fs = NULL; local [all...] |
Completed in 24 milliseconds