Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dinode.c678 #define POSIX_W_GRP 0000020 macro
703 mode |= (wire & POSIX_W_GRP) ? S_IWGRP : 0; in wire_perms_to_posix()