Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dinode.c679 #define POSIX_R_GRP 0000040 macro
704 mode |= (wire & POSIX_R_GRP) ? S_IRGRP : 0; in wire_perms_to_posix()