Searched refs:smb_node_getattr (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_ofile.c35 rc = smb_node_getattr(sr, of->f_node, of->f_cr, of, ap);
H A Dsmb_nt_transact_ioctl.c190 rc = smb_node_getattr(sr, of->f_node, zone_kcred(), of, &attr);
294 rc = smb_node_getattr(sr, of->f_node, of->f_cr, of, &attr);
H A Dsmb_open_andx.c296 rc = smb_node_getattr(sr, of->f_node, of->f_cr, of, &attr);
428 rc = smb_node_getattr(sr, of->f_node, of->f_cr, of, &attr);
H A Dsmb_print.c296 rc = smb_node_getattr(sr, node, sr->user_cr, sr->fid_ofile, &attr);
H A Dsmb_nt_transact_create.c210 rc = smb_node_getattr(sr, of->f_node, of->f_cr, of, &attr);
H A Dsmb_odir.c732 rc = smb_node_getattr(NULL, fnode, kcr, NULL, &attr);
1196 rc = smb_node_getattr(NULL, fnode, zone_kcred(), NULL, &attr);
1209 rc = smb_node_getattr(NULL, fnode, zone_kcred(), NULL, &attr);
1327 rc = smb_node_getattr(NULL, fnode, cr, NULL, &attr);
H A Dsmb_common_open.c453 rc = smb_node_getattr(sr, op->fqi.fq_fnode, zone_kcred(),
853 rc = smb_node_getattr(sr, node, zone_kcred(), of,
H A Dsmb_directory.c289 rc = smb_node_getattr(sr, fqi->fq_fnode, zone_kcred(), NULL,
H A Dsmb_delete.c414 if (smb_node_getattr(sr, node, zone_kcred(), NULL, &attr) != 0) {
H A Dsmb_cmn_rename.c640 if (smb_node_getattr(sr, node, zone_kcred(), NULL, &attr) != 0)
H A Dsmb_query_fileinfo.c804 rc = smb_node_getattr(sr, node, sr->user_cr, sr->fid_ofile,
H A Dsmb_ofile.c250 rc = smb_node_getattr(NULL, node, of->f_cr, NULL, &attr);
H A Dsmb_node.c1593 * there are opens. See smb_node_getattr
1614 * smb_node_getattr
1627 smb_node_getattr(smb_request_t *sr, smb_node_t *node, cred_t *cr, function
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h555 int smb_node_getattr(smb_request_t *, smb_node_t *, cred_t *,

Completed in 81 milliseconds