Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_fsops.h46 int smb_fsop_amask_to_omode(uint32_t);
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_ofile.c374 of->f_mode = smb_fsop_amask_to_omode(of->f_granted_access); in smb_ofile_alloc()
H A Dsmb_fsops.c87 smb_fsop_amask_to_omode(uint32_t access) in smb_fsop_amask_to_omode() function