Searched refs:syncfs_path (Results 1 – 8 of 8) sorted by relevance
/systemd-251/src/basic/ |
D | sync-util.h | 11 int syncfs_path(int at_fd, const char *path);
|
D | sync-util.c | 149 int syncfs_path(int at_fd, const char *path) { in syncfs_path() function
|
/systemd-251/src/shared/ |
D | machine-id-setup.c | 208 r = syncfs_path(AT_FDCWD, sync_path); in machine_id_commit()
|
D | copy.c | 1075 r = syncfs_path(fdt, to); in copy_tree_at_full() 1095 return syncfs_path(AT_FDCWD, path); in sync_dir_by_flags()
|
/systemd-251/src/boot/ |
D | bootctl.c | 1878 k = syncfs_path(AT_FDCWD, arg_esp_path); in sync_everything() 1884 k = syncfs_path(AT_FDCWD, arg_xbootldr_path); in sync_everything()
|
/systemd-251/src/sysupdate/ |
D | sysupdate-transfer.c | 1091 r = syncfs_path(AT_FDCWD, t->temporary_path); in transfer_acquire_instance()
|
/systemd-251/src/home/ |
D | homework-luks.c | 3639 r = syncfs_path(AT_FDCWD, p); in home_lock_luks()
|
/systemd-251/src/partition/ |
D | repart.c | 2966 r = syncfs_path(AT_FDCWD, fs); in partition_populate()
|