Searched refs:f_cr (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_ofile.c | 211 of->f_cr = (op->create_options & FILE_OPEN_FOR_BACKUP_INTENT) ? in smb_ofile_open() 213 crhold(of->f_cr); in smb_ofile_open() 244 rc = smb_node_getattr(NULL, node, of->f_cr, NULL, &attr); in smb_ofile_open() 251 if (crgetuid(of->f_cr) == attr.sa_vattr.va_uid) { in smb_ofile_open() 262 if (smb_fsop_open(node, of->f_mode, of->f_cr) != 0) { in smb_ofile_open() 301 crfree(of->f_cr); in smb_ofile_open() 371 of->f_cr, flags); in smb_ofile_close() 373 smb_fsop_unshrlock(of->f_cr, of->f_node, of->f_uniqid); in smb_ofile_close() 378 of->f_cr); in smb_ofile_close() 407 of->f_cr, NULL, pa); in smb_ofile_close() [all …]
|
H A D | smb_opipe.c | 287 (void) ksocket_shutdown(sock, SHUT_RDWR, of->f_cr); in smb_opipe_close() 288 (void) ksocket_close(sock, of->f_cr); in smb_opipe_close() 331 rc = ksocket_sendmsg(sock, &msghdr, 0, &sent, ofile->f_cr); in smb_opipe_write() 382 &recvcnt, ofile->f_cr); in smb_opipe_read() 421 ofile->f_cr); in smb_opipe_get_nread()
|
H A D | smb_nt_transact_ioctl.c | 208 rc = smb_node_setattr(sr, of->f_node, of->f_cr, of, &attr); in smb_nt_trans_ioctl_set_sparse() 293 rc = smb_node_getattr(sr, of->f_node, of->f_cr, of, &attr); in smb_nt_trans_ioctl_query_alloc_ranges()
|
H A D | smb_open_andx.c | 292 rc = smb_node_getattr(sr, of->f_node, of->f_cr, of, &attr); in smb_com_open() 418 rc = smb_node_getattr(sr, of->f_node, of->f_cr, of, &attr); in smb_com_open_andx()
|
H A D | smb_nt_transact_create.c | 206 rc = smb_node_getattr(sr, of->f_node, of->f_cr, of, &attr); in smb_nt_transact_create()
|
H A D | smb_common_open.c | 1054 rc = smb_node_setattr(sr, node, of->f_cr, of, &attr); in smb_set_open_attributes()
|
/titanic_44/usr/src/cmd/mdb/common/modules/smbsrv/ |
H A D | smbsrv.c | 1294 mdb_printf("Credential: %p\n\n", of->f_cr); in smb_dcmd_ofile() 1305 of->f_fid, of->f_node, of->f_cr); in smb_dcmd_ofile()
|
/titanic_44/usr/src/uts/common/smbsrv/ |
H A D | smb_ktypes.h | 1219 cred_t *f_cr; member
|