Lines Matching defs:object
20 #include "object.h"
41 * @access: Bitfield of allowed actions on the kernel object. They are
42 * relative to the object type (e.g. %LANDLOCK_ACTION_FS_READ).
48 * struct landlock_rule - Access rights tied to an object
56 * @object: Pointer to identify a kernel object (e.g. an inode). This
58 * and never modified. It always points to an allocated object because
59 * each rule increments the refcount of its object.
61 struct landlock_object *object;
93 * match an object.
129 * the same object) rules in this ruleset.
163 struct landlock_object *const object,
172 const struct landlock_object *const object);