/titanic_50/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_nt_transact_ioctl.c | 190 rc = smb_node_getattr(sr, of->f_node, zone_kcred(), 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 | 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 | smb_odir.c | 732 rc = smb_node_getattr(NULL, fnode, kcr, NULL, &attr); in smb_odir_read_streaminfo() 1196 rc = smb_node_getattr(NULL, fnode, zone_kcred(), NULL, &attr); in smb_odir_single_fileinfo() 1209 rc = smb_node_getattr(NULL, fnode, zone_kcred(), NULL, &attr); in smb_odir_single_fileinfo() 1327 rc = smb_node_getattr(NULL, fnode, cr, NULL, &attr); in smb_odir_wildcard_fileinfo()
|
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 | smb_print.c | 296 rc = smb_node_getattr(sr, node, sr->user_cr, sr->fid_ofile, &attr); in smb_com_write_print_file()
|
H A D | smb_common_open.c | 453 rc = smb_node_getattr(sr, op->fqi.fq_fnode, zone_kcred(), in smb_open_subr() 853 rc = smb_node_getattr(sr, node, zone_kcred(), of, in smb_open_subr()
|
H A D | smb_delete.c | 414 if (smb_node_getattr(sr, node, zone_kcred(), NULL, &attr) != 0) { in smb_delete_check_dosattr()
|
H A D | smb_directory.c | 289 rc = smb_node_getattr(sr, fqi->fq_fnode, zone_kcred(), NULL, in smb_com_delete_directory()
|
H A D | smb_cmn_rename.c | 640 if (smb_node_getattr(sr, node, zone_kcred(), NULL, &attr) != 0) in smb_rename_check_attr()
|
H A D | smb_query_fileinfo.c | 804 rc = smb_node_getattr(sr, node, sr->user_cr, sr->fid_ofile, in smb_query_fileinfo()
|
H A D | smb_ofile.c | 249 rc = smb_node_getattr(NULL, node, of->f_cr, NULL, &attr); in smb_ofile_open()
|
H A D | smb_node.c | 1627 smb_node_getattr(smb_request_t *sr, smb_node_t *node, cred_t *cr, in smb_node_getattr() function
|
/titanic_50/usr/src/uts/common/smbsrv/ |
H A D | smb_kproto.h | 554 int smb_node_getattr(smb_request_t *, smb_node_t *, cred_t *,
|