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