tag
line
file
source code
S_IXOTH
187
fs/open.c
(S_ISDIR(i_mode) || !(mode & S_IXOTH) || (i_mode & S_IXUGO)))
S_IXOTH
85
include/linux/stat.h
#define S_IXUGO (S_IXUSR|S_IXGRP|S_IXOTH)