Home
last modified time | relevance | path

Searched refs:S_ISGID (Results 1 – 3 of 3) sorted by relevance

/include/linux/
Dstat.h10 #define S_IALLUGO (S_ISUID|S_ISGID|S_ISVTX|S_IRWXUGO)
Dfs.h3686 return mode & (S_ISUID | S_ISGID); in is_sxid()
/include/uapi/linux/
Dstat.h18 #define S_ISGID 0002000 macro