Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dinode.c685 #define POSIX_SET_UID 0004000 macro
710 mode |= (wire & POSIX_SET_UID) ? S_ISUID : 0; in wire_perms_to_posix()