Searched refs:underobj (Results 1 - 3 of 3) sorted by relevance

/linux-master/security/landlock/
H A Dobject.c22 void *const underobj)
26 if (WARN_ON_ONCE(!underops || !underobj))
34 new_object->underobj = underobj;
62 * @object->underobj to @object (if it still exists).
21 landlock_create_object(const struct landlock_object_underops *const underops, void *const underobj) argument
H A Dobject.h52 * from @underobj to this object have been cleaned up.
58 * @underobj: Used when cleaning up an object and to mark an object as
62 void *underobj; member in struct:landlock_object
66 * @underobj from within an RCU read-side critical section.
81 void *const underobj);
H A Dfs.c47 struct inode *const inode = object->underobj;
59 object->underobj = NULL;
68 * Because object->underobj was not NULL, hook_sb_delete() and
1106 if (object->underobj == inode) {
1107 object->underobj = NULL;
1112 * Because object->underobj was not NULL,

Completed in 215 milliseconds