Home
last modified time | relevance | path

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

/linux-5.19.10/security/landlock/
Dobject.c22 void *const underobj) in landlock_create_object() argument
26 if (WARN_ON_ONCE(!underops || !underobj)) in landlock_create_object()
34 new_object->underobj = underobj; in landlock_create_object()
Dobject.h62 void *underobj; member
81 void *const underobj);
Dfs.c46 struct inode *const inode = object->underobj; in release_inode()
58 object->underobj = NULL; in release_inode()
963 if (object->underobj == inode) { in hook_sb_delete()
964 object->underobj = NULL; in hook_sb_delete()