Home
last modified time | relevance | path

Searched refs:f_cr (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_ofile.c211 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 Dsmb_opipe.c287 (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 Dsmb_nt_transact_ioctl.c208 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 Dsmb_open_andx.c292 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 Dsmb_nt_transact_create.c206 rc = smb_node_getattr(sr, of->f_node, of->f_cr, of, &attr); in smb_nt_transact_create()
H A Dsmb_common_open.c1054 rc = smb_node_setattr(sr, node, of->f_cr, of, &attr); in smb_set_open_attributes()
/titanic_41/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c1294 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_41/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1219 cred_t *f_cr; member