Home
last modified time | relevance | path

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

/titanic_50/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()
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 Dsmb_opipe.c290 (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 Dsmb2_flush.c61 (void) smb_fsop_commit(sr, of->f_cr, of->f_node); in smb2_flush()
H A Dsmb_nt_transact_ioctl.c209 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 Dsmb2_ofile.c35 rc = smb_node_getattr(sr, of->f_node, of->f_cr, of, ap); in smb2_ofile_getattr()
H A Dsmb2_set_info.c69 sr->user_cr = sr->fid_ofile->f_cr; in smb2_set_info()
H A Dsmb_open_andx.c296 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 Dsmb2_read.c104 rc = smb_fsop_read(sr, of->f_cr, of->f_node, &vdb->vdb_uio); in smb2_read()
H A Dsmb2_write.c120 rc = smb_fsop_write(sr, of->f_cr, of->f_node, in smb2_write()
H A Dsmb_cmn_setfile.c225 return (smb_node_set_delete_on_close(node, of->f_cr, flags)); in smb_set_disposition_info()
H A Dsmb2_setinfo_file.c266 rc = smb_fsop_set_data_length(sr, of->f_cr, of->f_node, eod); in smb2_setf_valid_len()
H A Dsmb_nt_transact_create.c210 rc = smb_node_getattr(sr, of->f_node, of->f_cr, of, &attr); in smb_nt_transact_create()
H A Dsmb2_create.c339 smb_fsop_eaccess(sr, of->f_cr, of->f_node, &MaxAccess); in smb2_create()
H A Dsmb_common_open.c1040 rc = smb_node_setattr(sr, node, of->f_cr, of, &attr); in smb_set_open_attributes()
H A Dsmb_odir.c352 *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 Dsmbsrv.c1349 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 Dsmb_ktypes.h1280 cred_t *f_cr; member