Searched refs:fd_set_perms (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/tmpfiles/ |
D | tmpfiles.c | 835 static int fd_set_perms(Item *i, int fd, const char *path, const struct stat *st) { in fd_set_perms() function 980 return fd_set_perms(i, fd, path, NULL); in path_set_perms() 1373 return fd_set_perms(i, fd, path, NULL); in write_one_file() 1440 return fd_set_perms(i, fd, path, st); in create_file() 1524 return fd_set_perms(i, fd, path, st); in truncate_file() 1576 return fd_set_perms(i, fd, i->path, NULL); in copy_files() 1679 return fd_set_perms(i, fd, path, NULL); in create_directory() 1713 r = fd_set_perms(i, fd, path, NULL); in create_subvolume() 1814 return fd_set_perms(i, fd, i->path, NULL); in create_device() 1870 return fd_set_perms(i, fd, i->path, NULL); in create_fifo() [all …]
|