Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dinode.c682 #define POSIX_R_USR 0000400 macro
707 mode |= (wire & POSIX_R_USR) ? S_IRUSR : 0; in wire_perms_to_posix()