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

/linux-master/security/landlock/
H A Dobject.c21 landlock_create_object(const struct landlock_object_underops *const underops, argument
26 if (WARN_ON_ONCE(!underops || !underobj))
33 new_object->underops = underops;
45 * The call to @object->underops->release(object) might sleep, e.g.
64 object->underops->release(object);
H A Dobject.h67 * @rcu_free and @underops are only used by
72 * @underops: Enables landlock_put_object() to release the
75 const struct landlock_object_underops *underops; member in union:landlock_object::__anon3791
80 landlock_create_object(const struct landlock_object_underops *const underops,

Completed in 121 milliseconds