Searched refs:S_IXUSR (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/include/linux/ |
D | stat.h | 12 #define S_IXUGO (S_IXUSR|S_IXGRP|S_IXOTH)
|
/linux-4.4.14/include/uapi/linux/ |
D | stat.h | 30 #define S_IXUSR 00100 macro
|
/linux-4.4.14/fs/proc/ |
D | fd.c | 125 i_mode |= S_IRUSR | S_IXUSR; in tid_fd_revalidate() 127 i_mode |= S_IWUSR | S_IXUSR; in tid_fd_revalidate()
|
D | proc_tty.c | 186 proc_tty_driver = proc_mkdir_mode("tty/driver", S_IRUSR|S_IXUSR, NULL); in proc_tty_init()
|
D | base.c | 2735 DIR("fd", S_IRUSR|S_IXUSR, proc_fd_inode_operations, proc_fd_operations), 2736 DIR("map_files", S_IRUSR|S_IXUSR, proc_map_files_inode_operations, proc_map_files_operations), 2737 DIR("fdinfo", S_IRUSR|S_IXUSR, proc_fdinfo_inode_operations, proc_fdinfo_operations), 3085 DIR("fd", S_IRUSR|S_IXUSR, proc_fd_inode_operations, proc_fd_operations), 3086 DIR("fdinfo", S_IRUSR|S_IXUSR, proc_fdinfo_inode_operations, proc_fdinfo_operations),
|
/linux-4.4.14/fs/affs/ |
D | amigaffs.c | 397 mode |= S_IXUSR; in prot_to_mode() 420 if (!(mode & S_IXUSR)) in mode_to_prot()
|
D | inode.c | 99 inode->i_mode |= S_IXUSR; in affs_iget()
|
/linux-4.4.14/tools/perf/util/ |
D | help.c | 114 return st.st_mode & S_IXUSR; in is_executable()
|
/linux-4.4.14/fs/cramfs/ |
D | inode.c | 314 super.root.mode |= (S_IRUSR | S_IXUSR | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH); in cramfs_fill_super()
|
/linux-4.4.14/security/tomoyo/ |
D | condition.c | 882 value = S_IXUSR; in tomoyo_condition()
|