Home
last modified time | relevance | path

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

/include/linux/
Dstat.h13 #define S_IXUGO (S_IXUSR|S_IXGRP|S_IXOTH)
Dfs.h2478 return (ino->i_mode & (S_ISGID | S_IXGRP)) == S_ISGID; in __mandatory_lock()
/include/uapi/linux/
Dstat.h37 #define S_IXGRP 00010 macro