Searched refs:S_IXUSR (Results 1 – 18 of 18) sorted by relevance
| /linux/include/linux/ |
| H A D | stat.h | 13 #define S_IXUGO (S_IXUSR|S_IXGRP|S_IXOTH)
|
| /linux/tools/perf/trace/beauty/ |
| H A D | mode_t.c | 20 #define S_IXUGO (S_IXUSR|S_IXGRP|S_IXOTH)
|
| /linux/tools/include/uapi/linux/ |
| H A D | stat.h | 32 #define S_IXUSR 00100 macro
|
| /linux/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | stat.h | 32 #define S_IXUSR 00100 macro
|
| /linux/include/uapi/linux/ |
| H A D | stat.h | 32 #define S_IXUSR 00100 macro
|
| /linux/fs/proc/ |
| H A D | fd.c | 135 i_mode |= S_IRUSR | S_IXUSR; in tid_fd_update_inode() 137 i_mode |= S_IWUSR | S_IXUSR; in tid_fd_update_inode()
|
| H A D | proc_tty.c | 174 proc_tty_driver = proc_mkdir_mode("tty/driver", S_IRUSR|S_IXUSR, NULL); in proc_tty_init()
|
| H A D | base.c | 3318 DIR("fd", S_IRUSR|S_IXUSR, proc_fd_inode_operations, proc_fd_operations), 3319 DIR("map_files", S_IRUSR|S_IXUSR, proc_map_files_inode_operations, proc_map_files_operations), 3667 DIR("fd", S_IRUSR|S_IXUSR, proc_fd_inode_operations, proc_fd_operations),
|
| /linux/tools/include/nolibc/ |
| H A D | types.h | 50 #define S_IXUSR 00100 macro
|
| /linux/samples/vfs/ |
| H A D | test-statx.c | 129 stx->stx_mode & S_IXUSR ? 'x' : '-', in dump_statx()
|
| /linux/fs/orangefs/ |
| H A D | orangefs-utils.c | 121 perm_mode |= S_IXUSR; in orangefs_inode_perms() 544 S_IXUSR, S_IWUSR, S_IRUSR, in ORANGEFS_util_translate_mode()
|
| /linux/tools/lib/subcmd/ |
| H A D | help.c | 173 return st.st_mode & S_IXUSR; in is_executable()
|
| /linux/fs/afs/ |
| H A D | security.c | 453 if ((mask & MAY_EXEC) && !(inode->i_mode & S_IXUSR)) in afs_permission()
|
| /linux/fs/affs/ |
| H A D | inode.c | 101 inode->i_mode |= S_IXUSR; in affs_iget()
|
| /linux/scripts/ |
| H A D | rust_is_available_test.py | 33 os.chmod(path, os.stat(path).st_mode | stat.S_IXUSR)
|
| /linux/fs/tracefs/ |
| H A D | inode.c | 684 inode->i_mode = S_IFDIR | S_IRWXU | S_IRUSR| S_IRGRP | S_IXUSR | S_IXGRP; in __create_dir()
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | inodes.rst | 198 - S_IXUSR (Owner may execute)
|
| /linux/fs/smb/client/ |
| H A D | inode.c | 788 mode |= (wire & POSIX_X_USR) ? S_IXUSR : 0; in wire_perms_to_posix()
|