Searched refs:S_IXUGO (Results 1 – 2 of 2) sorted by relevance
| /include/linux/ | ||
| A D | stat.h | 13 #define S_IXUGO (S_IXUSR|S_IXGRP|S_IXOTH) macro |
| A D | fs.h | 3088 return (inode->i_mode & S_IXUGO) || S_ISDIR(inode->i_mode); in execute_ok() |
Completed in 17 milliseconds