Searched refs:path_noexec (Results 1 - 8 of 8) sorted by relevance

/linux-master/fs/
H A Dexec.c111 bool path_noexec(const struct path *path) function
153 path_noexec(&file->f_path)))
941 path_noexec(&file->f_path)))
H A Dopen.c502 if (path_noexec(&path))
H A Dnamei.c3264 if ((acc_mode & MAY_EXEC) && path_noexec(path))
/linux-master/mm/
H A Dnommu.c806 if (path_noexec(&file->f_path)) {
H A Dmmap.c1235 if (!(file && path_noexec(&file->f_path)))
1334 if (path_noexec(&file->f_path)) {
/linux-master/kernel/
H A Dsys.c1921 if (!S_ISREG(inode->i_mode) || path_noexec(&exe.file->f_path))
/linux-master/security/
H A Dsecurity.c2805 if (!path_noexec(&file->f_path)) {
/linux-master/include/linux/
H A Dfs.h3610 extern bool path_noexec(const struct path *path);

Completed in 323 milliseconds