Searched defs:xattrs (Results 1 - 2 of 2) sorted by relevance

/systemd/src/coredump/
H A Dcoredump.c79 * attaching xattrs */
181 static const char * const xattrs[_CONTEXT_MAX] = { local
202 if (isempty(context[i]) || !xattrs[i])
205 k = fsetxattr(fd, xattrs[i], context[i], strlen(context[i]), XATTR_CREATE);
/systemd/src/tmpfiles/
H A Dtmpfiles.c117 char **xattrs; member in struct:Item
704 if (strv_push_pair(&i->xattrs, name, value) < 0)
719 STRV_FOREACH_PAIR(name, value, i->xattrs) {
1721 strv_free(i->xattrs);

Completed in 35 milliseconds