Searched refs:bits_to_use (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/smb/client/
H A Dcifsacl.c645 static void mode_to_access_flags(umode_t mode, umode_t bits_to_use, argument
652 mode &= bits_to_use;
656 either user or group or other as per bits_to_use */
/linux-master/fs/smb/server/
H A Dsmbacl.c168 static void mode_to_access_flags(umode_t mode, umode_t bits_to_use, argument
175 mode &= bits_to_use;
180 * either user or group or other as per bits_to_use

Completed in 164 milliseconds