Home
last modified time | relevance | path

Searched refs:path_mkdir (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/security/tomoyo/
Dtomoyo.c511 LSM_HOOK_INIT(path_mkdir, tomoyo_path_mkdir),
/Linux-v4.19/include/linux/
Dlsm_hooks.h1493 int (*path_mkdir)(const struct path *dir, struct dentry *dentry, member
1818 struct hlist_head path_mkdir; member
/Linux-v4.19/security/apparmor/
Dlsm.c1142 LSM_HOOK_INIT(path_mkdir, apparmor_path_mkdir),
/Linux-v4.19/security/
Dsecurity.c535 return call_int_hook(path_mkdir, 0, dir, dentry, mode); in security_path_mkdir()