Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dinode.c675 #define POSIX_W_OTH 0000002 macro
700 mode |= (wire & POSIX_W_OTH) ? S_IWOTH : 0; in wire_perms_to_posix()