Searched refs:S_IXUSR (Results 1 - 16 of 16) sorted by relevance

/linux-master/include/linux/
H A Dstat.h13 #define S_IXUGO (S_IXUSR|S_IXGRP|S_IXOTH)
/linux-master/tools/perf/trace/beauty/
H A Dmode_t.c20 #define S_IXUGO (S_IXUSR|S_IXGRP|S_IXOTH)
/linux-master/tools/perf/util/
H A Dpath.c80 return !S_ISDIR(st.st_mode) && (st.st_mode & S_IXUSR);
/linux-master/include/uapi/linux/
H A Dstat.h32 #define S_IXUSR 00100 macro
/linux-master/tools/include/uapi/linux/
H A Dstat.h32 #define S_IXUSR 00100 macro
/linux-master/fs/proc/
H A Dproc_tty.c174 proc_tty_driver = proc_mkdir_mode("tty/driver", S_IRUSR|S_IXUSR, NULL);
H A Dfd.c133 i_mode |= S_IRUSR | S_IXUSR;
135 i_mode |= S_IWUSR | S_IXUSR;
H A Dbase.c3250 DIR("fd", S_IRUSR|S_IXUSR, proc_fd_inode_operations, proc_fd_operations),
3251 DIR("map_files", S_IRUSR|S_IXUSR, proc_map_files_inode_operations, proc_map_files_operations),
3602 DIR("fd", S_IRUSR|S_IXUSR, proc_fd_inode_operations, proc_fd_operations),
/linux-master/tools/include/nolibc/
H A Dtypes.h49 #define S_IXUSR 00100 macro
/linux-master/samples/vfs/
H A Dtest-statx.c129 stx->stx_mode & S_IXUSR ? 'x' : '-',
/linux-master/fs/orangefs/
H A Dorangefs-utils.c121 perm_mode |= S_IXUSR;
544 S_IXUSR, S_IWUSR, S_IRUSR,
/linux-master/tools/lib/subcmd/
H A Dhelp.c168 return st.st_mode & S_IXUSR;
/linux-master/fs/afs/
H A Dsecurity.c453 if ((mask & MAY_EXEC) && !(inode->i_mode & S_IXUSR))
/linux-master/scripts/
H A Drust_is_available_test.py33 os.chmod(path, os.stat(path).st_mode | stat.S_IXUSR)
/linux-master/fs/affs/
H A Dinode.c101 inode->i_mode |= S_IXUSR;
/linux-master/fs/tracefs/
H A Dinode.c605 inode->i_mode = S_IFDIR | S_IRWXU | S_IRUSR| S_IRGRP | S_IXUSR | S_IXGRP;

Completed in 528 milliseconds