Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_common_open.c303 uint32_t max_allowed; in smb_open_subr() local
590 smb_fsop_eaccess(sr, sr->user_cr, node, &max_allowed); in smb_open_subr()
591 op->desired_access |= max_allowed; in smb_open_subr()
800 smb_fsop_eaccess(sr, sr->user_cr, node, &max_allowed); in smb_open_subr()
801 op->desired_access |= max_allowed; in smb_open_subr()
/titanic_50/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_pipesvc.c41 int max_allowed; member
269 pl->current >= pl->max_allowed) { in pipesvc_worker()