Home
last modified time | relevance | path

Searched refs:security_path_truncate (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/fs/
H A Dopen.c109 error = security_path_truncate(path); in vfs_truncate()
194 error = security_path_truncate(&f.file->f_path); in do_sys_ftruncate()
H A Dnamei.c3001 error = security_path_truncate(path); in handle_truncate()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsecurity.h1738 int security_path_truncate(const struct path *path);
1772 static inline int security_path_truncate(const struct path *path) in security_path_truncate() function
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dbpf_trace.c1151 BTF_ID(func, security_path_truncate) in BTF_ID()
/OK3568_Linux_fs/kernel/security/
H A Dsecurity.c1129 int security_path_truncate(const struct path *path) in security_path_truncate() function