Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dinode.c684 #define POSIX_SET_GID 0002000 macro
709 mode |= (wire & POSIX_SET_GID) ? S_ISGID : 0; in wire_perms_to_posix()