Home
last modified time | relevance | path

Searched refs:S_IXUSR (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/include/linux/
Dstat.h12 #define S_IXUGO (S_IXUSR|S_IXGRP|S_IXOTH)
/linux-4.4.14/include/uapi/linux/
Dstat.h30 #define S_IXUSR 00100 macro
/linux-4.4.14/fs/proc/
Dfd.c125 i_mode |= S_IRUSR | S_IXUSR; in tid_fd_revalidate()
127 i_mode |= S_IWUSR | S_IXUSR; in tid_fd_revalidate()
Dproc_tty.c186 proc_tty_driver = proc_mkdir_mode("tty/driver", S_IRUSR|S_IXUSR, NULL); in proc_tty_init()
Dbase.c2735 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/
Damigaffs.c397 mode |= S_IXUSR; in prot_to_mode()
420 if (!(mode & S_IXUSR)) in mode_to_prot()
Dinode.c99 inode->i_mode |= S_IXUSR; in affs_iget()
/linux-4.4.14/tools/perf/util/
Dhelp.c114 return st.st_mode & S_IXUSR; in is_executable()
/linux-4.4.14/fs/cramfs/
Dinode.c314 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/
Dcondition.c882 value = S_IXUSR; in tomoyo_condition()