Searched refs:underobj (Results 1 – 3 of 3) sorted by relevance
22 void *const underobj) in landlock_create_object() argument26 if (WARN_ON_ONCE(!underops || !underobj)) in landlock_create_object()34 new_object->underobj = underobj; in landlock_create_object()
62 void *underobj; member81 void *const underobj);
63 struct inode *const inode = object->underobj; in release_inode() 75 object->underobj = NULL; in release_inode() 84 * Because object->underobj was not NULL, hook_sb_delete() and in release_inode() 1427 if (object->underobj == inode) { in hook_sb_mount() 1428 object->underobj = NULL; in hook_sb_mount() 1433 * Because object->underobj was not NULL, in hook_sb_mount()