Searched refs:fgetxattr_malloc (Results 1 – 7 of 7) sorted by relevance
/systemd-251/src/basic/ |
D | xattr-util.h | 17 static inline int fgetxattr_malloc(int fd, const char *name, char **ret) { in fgetxattr_malloc() function
|
D | os-util.c | 127 …k = fgetxattr_malloc(extension_release_fd, "user.extension-release.strict", &extension_release_xat… in open_extension_release()
|
/systemd-251/src/shared/ |
D | smack-util.c | 66 return fgetxattr_malloc(fd, smack_attr_to_string(attr), label); in mac_smack_read_fd()
|
D | cgroup-show.c | 227 n = fgetxattr_malloc(fd, xa, &buf); in show_cgroup_name()
|
D | copy.c | 1494 r = fgetxattr_malloc(fdf, p, &value); in copy_xattr()
|
/systemd-251/src/random-seed/ |
D | random-seed.c | 67 r = fgetxattr_malloc(seed_fd, "user.random-seed-creditable", &creditable); in may_credit()
|
/systemd-251/src/home/ |
D | homework-fscrypt.c | 244 n = fgetxattr_malloc(setup->root_fd, xa, &value); in fscrypt_setup()
|