Home
last modified time | relevance | path

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

/fs/cifs/
Dcifsacl.c559 static void access_flags_to_mode(__le32 ace_flags, int type, umode_t *pmode, in access_flags_to_mode() argument
592 *pmode |= (S_IRWXUGO & (*pbits_to_set)); in access_flags_to_mode()
598 *pmode |= (S_IWUGO & (*pbits_to_set)); in access_flags_to_mode()
601 *pmode |= (S_IRUGO & (*pbits_to_set)); in access_flags_to_mode()
604 *pmode |= (S_IXUGO & (*pbits_to_set)); in access_flags_to_mode()
606 cifs_dbg(NOISY, "access flags 0x%x mode now %04o\n", flags, *pmode); in access_flags_to_mode()