Home
last modified time | relevance | path

Searched refs:fd_set_xattrs (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/tmpfiles/
Dtmpfiles.c1021 static int fd_set_xattrs(Item *i, int fd, const char *path, const struct stat *st) { in fd_set_xattrs() function
1045 return fd_set_xattrs(i, fd, path, NULL); in path_set_xattrs()
2340 r = glob_item_recursively(i, fd_set_xattrs); in create_item()