Home
last modified time | relevance | path

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

/linux-6.1.9/security/landlock/
Dobject.h80 landlock_create_object(const struct landlock_object_underops *const underops,
Dobject.c21 landlock_create_object(const struct landlock_object_underops *const underops, in landlock_create_object() function
Dfs.c115 new_object = landlock_create_object(&landlock_fs_underops, inode); in get_inode_object()