/titanic_50/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() 249 rc = smb_node_getattr(NULL, node, of->f_cr, NULL, &attr); in smb_ofile_open() 256 if (crgetuid(of->f_cr) == attr.sa_vattr.va_uid) { in smb_ofile_open() 267 if (smb_fsop_open(node, of->f_mode, of->f_cr) != 0) { in smb_ofile_open() 306 crfree(of->f_cr); in smb_ofile_open() 381 of->f_cr, flags); in smb_ofile_close() 383 smb_fsop_unshrlock(of->f_cr, of->f_node, of->f_uniqid); in smb_ofile_close() 388 of->f_cr); in smb_ofile_close() 423 of->f_cr, NULL, pa); in smb_ofile_close() [all …]
|
H A D | smb_opipe.c | 290 (void) ksocket_shutdown(sock, SHUT_RDWR, of->f_cr); in smb_opipe_close() 291 (void) ksocket_close(sock, of->f_cr); in smb_opipe_close() 334 rc = ksocket_sendmsg(sock, &msghdr, 0, &sent, ofile->f_cr); in smb_opipe_write() 385 &recvcnt, ofile->f_cr); in smb_opipe_read() 423 rc = ksocket_ioctl(sock, cmd, (intptr_t)arg, rvalp, ofile->f_cr); in smb_opipe_ioctl()
|
H A D | smb2_flush.c | 61 (void) smb_fsop_commit(sr, of->f_cr, of->f_node); in smb2_flush()
|
H A D | smb_nt_transact_ioctl.c | 209 rc = smb_node_setattr(sr, of->f_node, of->f_cr, of, &attr); in smb_nt_trans_ioctl_set_sparse() 294 rc = smb_node_getattr(sr, of->f_node, of->f_cr, of, &attr); in smb_nt_trans_ioctl_query_alloc_ranges()
|
H A D | smb2_ofile.c | 35 rc = smb_node_getattr(sr, of->f_node, of->f_cr, of, ap); in smb2_ofile_getattr()
|
H A D | smb2_set_info.c | 69 sr->user_cr = sr->fid_ofile->f_cr; in smb2_set_info()
|
H A D | smb_open_andx.c | 296 rc = smb_node_getattr(sr, of->f_node, of->f_cr, of, &attr); in smb_com_open() 428 rc = smb_node_getattr(sr, of->f_node, of->f_cr, of, &attr); in smb_com_open_andx()
|
H A D | smb2_read.c | 104 rc = smb_fsop_read(sr, of->f_cr, of->f_node, &vdb->vdb_uio); in smb2_read()
|
H A D | smb2_write.c | 120 rc = smb_fsop_write(sr, of->f_cr, of->f_node, in smb2_write()
|
H A D | smb_cmn_setfile.c | 225 return (smb_node_set_delete_on_close(node, of->f_cr, flags)); in smb_set_disposition_info()
|
H A D | smb2_setinfo_file.c | 266 rc = smb_fsop_set_data_length(sr, of->f_cr, of->f_node, eod); in smb2_setf_valid_len()
|
H A D | smb_nt_transact_create.c | 210 rc = smb_node_getattr(sr, of->f_node, of->f_cr, of, &attr); in smb_nt_transact_create()
|
H A D | smb2_create.c | 339 smb_fsop_eaccess(sr, of->f_cr, of->f_node, &MaxAccess); in smb2_create()
|
H A D | smb_common_open.c | 1040 rc = smb_node_setattr(sr, node, of->f_cr, of, &attr); in smb_set_open_attributes()
|
H A D | smb_odir.c | 352 *odp = smb_odir_create(sr, of->f_node, pattern, sattr, 0, of->f_cr); in smb_odir_openfh()
|
/titanic_50/usr/src/cmd/mdb/common/modules/smbsrv/ |
H A D | smbsrv.c | 1349 mdb_printf("Credential: %p\n\n", of->f_cr); in smb_dcmd_ofile() 1360 of->f_fid, of->f_node, of->f_cr); in smb_dcmd_ofile()
|
/titanic_50/usr/src/uts/common/smbsrv/ |
H A D | smb_ktypes.h | 1280 cred_t *f_cr; member
|