Home
last modified time | relevance | path

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

/linux-4.4.14/security/tomoyo/
Dtomoyo.c515 LSM_HOOK_INIT(path_rename, tomoyo_path_rename),
/linux-4.4.14/include/linux/
Dlsm_hooks.h1371 int (*path_rename)(struct path *old_dir, struct dentry *old_dentry, member
1660 struct list_head path_rename; member
/linux-4.4.14/security/
Dsecurity.c470 int err = call_int_hook(path_rename, 0, new_dir, new_dentry, in security_path_rename()
476 return call_int_hook(path_rename, 0, old_dir, old_dentry, new_dir, in security_path_rename()
1605 .path_rename = LIST_HEAD_INIT(security_hook_heads.path_rename),
/linux-4.4.14/security/apparmor/
Dlsm.c620 LSM_HOOK_INIT(path_rename, apparmor_path_rename),