Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_common_open.c262 uint32_t max_allowed; in smb_common_open() local
604 smb_fsop_eaccess(sr, sr->user_cr, fnode, &max_allowed); in smb_common_open()
605 op->desired_access |= max_allowed; in smb_common_open()
1048 smb_fsop_eaccess(sr, sr->user_cr, fnode, &max_allowed); in smb_common_open()
1049 op->desired_access |= max_allowed; in smb_common_open()
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_pipesvc.c44 int max_allowed; member
327 pl->current >= pl->max_allowed) { in pipesvc_worker()