Searched refs:S_IXOTH (Results 1 - 8 of 8) sorted by path

/linux-master/tools/perf/trace/beauty/
H A Dmode_t.c20 #define S_IXUGO (S_IXUSR|S_IXGRP|S_IXOTH)
/linux-master/fs/affs/
H A Dinode.c105 inode->i_mode |= S_IXOTH;
/linux-master/fs/orangefs/
H A Dorangefs-utils.c107 perm_mode |= S_IXOTH;
542 S_IXOTH, S_IWOTH, S_IROTH,
/linux-master/include/linux/
H A Dstat.h13 #define S_IXUGO (S_IXUSR|S_IXGRP|S_IXOTH)
/linux-master/include/uapi/linux/
H A Dstat.h42 #define S_IXOTH 00001 macro
/linux-master/samples/vfs/
H A Dtest-statx.c135 stx->stx_mode & S_IXOTH ? 'x' : '-');
/linux-master/tools/include/nolibc/
H A Dtypes.h59 #define S_IXOTH 00001 macro
/linux-master/tools/include/uapi/linux/
H A Dstat.h42 #define S_IXOTH 00001 macro

Completed in 205 milliseconds