Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dinode.c680 #define POSIX_X_USR 0000100 macro
705 mode |= (wire & POSIX_X_USR) ? S_IXUSR : 0; in wire_perms_to_posix()