Searched refs:xattrs (Results 1 – 4 of 4) sorted by relevance
/systemd-251/test/units/ |
D | testsuite-43.sh | 124 unsquashfs -no-xattrs -d /tmp/img /usr/share/minimal_0.raw 139 unsquashfs -no-xattrs -d /tmp/app2 /usr/share/app1.raw
|
/systemd-251/src/coredump/ |
D | coredump.c | 209 static const char * const xattrs[_META_MAX] = { in fix_xattr() local 231 if (isempty(context->meta[i]) || !xattrs[i]) in fix_xattr() 234 … k = fsetxattr(fd, xattrs[i], context->meta[i], strlen(context->meta[i]), XATTR_CREATE); in fix_xattr()
|
/systemd-251/src/tmpfiles/ |
D | tmpfiles.c | 130 char **xattrs; member 1012 if (strv_push_pair(&i->xattrs, name, value) < 0) in parse_xattrs_from_arg() 1026 STRV_FOREACH_PAIR(name, value, i->xattrs) { in fd_set_xattrs() 2626 strv_free(i->xattrs); in item_free_contents() 2744 STRV_FOREACH(xattr, i->xattrs) { in specifier_expansion_from_arg()
|
/systemd-251/ |
D | TODO | 774 * maybe introduce xattrs that can be set on the root dir of the root fs 1544 keyed by PID, cache per-cgroup attributes (i.e. the various xattrs we read)
|