Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dstat.h13 #define S_IXUGO (S_IXUSR|S_IXGRP|S_IXOTH)
/linux/tools/perf/trace/beauty/
H A Dmode_t.c20 #define S_IXUGO (S_IXUSR|S_IXGRP|S_IXOTH)
/linux/tools/include/uapi/linux/
H A Dstat.h32 #define S_IXUSR 00100 macro
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dstat.h32 #define S_IXUSR 00100 macro
/linux/include/uapi/linux/
H A Dstat.h32 #define S_IXUSR 00100 macro
/linux/fs/proc/
H A Dfd.c135 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 Dproc_tty.c174 proc_tty_driver = proc_mkdir_mode("tty/driver", S_IRUSR|S_IXUSR, NULL); in proc_tty_init()
H A Dbase.c3318 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 Dtypes.h50 #define S_IXUSR 00100 macro
/linux/samples/vfs/
H A Dtest-statx.c129 stx->stx_mode & S_IXUSR ? 'x' : '-', in dump_statx()
/linux/fs/orangefs/
H A Dorangefs-utils.c121 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 Dhelp.c173 return st.st_mode & S_IXUSR; in is_executable()
/linux/fs/afs/
H A Dsecurity.c453 if ((mask & MAY_EXEC) && !(inode->i_mode & S_IXUSR)) in afs_permission()
/linux/fs/affs/
H A Dinode.c101 inode->i_mode |= S_IXUSR; in affs_iget()
/linux/scripts/
H A Drust_is_available_test.py33 os.chmod(path, os.stat(path).st_mode | stat.S_IXUSR)
/linux/fs/tracefs/
H A Dinode.c684 inode->i_mode = S_IFDIR | S_IRWXU | S_IRUSR| S_IRGRP | S_IXUSR | S_IXGRP; in __create_dir()
/linux/Documentation/filesystems/ext4/
H A Dinodes.rst198 - S_IXUSR (Owner may execute)
/linux/fs/smb/client/
H A Dinode.c788 mode |= (wire & POSIX_X_USR) ? S_IXUSR : 0; in wire_perms_to_posix()