Searched refs:security_path_notify (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/fs/notify/dnotify/ |
D | dnotify.c | 301 error = security_path_notify(&filp->f_path, mask, in fcntl_dirnotify()
|
/Linux-v6.1/fs/notify/inotify/ |
D | inotify_user.c | 387 error = security_path_notify(path, mask, in inotify_find_inode()
|
/Linux-v6.1/include/linux/ |
D | security.h | 329 int security_path_notify(const struct path *path, u64 mask, 725 static inline int security_path_notify(const struct path *path, u64 mask, in security_path_notify() function
|
/Linux-v6.1/fs/notify/fanotify/ |
D | fanotify_user.c | 994 ret = security_path_notify(path, mask, obj_type); in fanotify_find_path()
|
/Linux-v6.1/security/ |
D | security.c | 1018 int security_path_notify(const struct path *path, u64 mask, in security_path_notify() function
|