Searched refs:memfd_set_size (Results 1 - 4 of 4) sorted by relevance

/systemd/src/basic/
H A Dmemfd-util.h36 int memfd_set_size(int fd, uint64_t sz);
H A Dmemfd-util.c139 int memfd_set_size(int fd, uint64_t sz) { function
162 r = memfd_set_size(fd, sz);
/systemd/src/libsystemd/sd-bus/
H A Dbus-kernel.c1507 assert_se(memfd_set_size(fd, max_mapped) >= 0);
H A Dbus-message.c1247 r = memfd_set_size(part->memfd, new_allocated);
3016 r = memfd_set_size(part->memfd, sz);

Completed in 1559 milliseconds