tag | line | file | source code |
---|---|---|---|
S_IXUSR | 168 | fs/proc/inode.c | inode->i_mode = S_IFDIR | S_IRUSR | S_IXUSR; |
S_IXUSR | 190 | fs/proc/inode.c | inode->i_mode |= S_IRUSR | S_IXUSR; |
S_IXUSR | 192 | fs/proc/inode.c | inode->i_mode |= S_IWUSR | S_IXUSR; |
S_IXUSR | 85 | include/linux/stat.h | #define S_IXUGO (S_IXUSR|S_IXGRP|S_IXOTH) |