Home
last modified time | relevance | path

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

/openbmc/linux/security/landlock/
H A Dobject.c21 landlock_create_object(const struct landlock_object_underops *const underops, in landlock_create_object() argument
26 if (WARN_ON_ONCE(!underops || !underobj)) in landlock_create_object()
33 new_object->underops = underops; in landlock_create_object()
64 object->underops->release(object); in landlock_put_object()
H A Dobject.h75 const struct landlock_object_underops *underops; member
80 landlock_create_object(const struct landlock_object_underops *const underops,