Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_nt_transact_ioctl.c190 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 Dsmb2_ofile.c35 rc = smb_node_getattr(sr, of->f_node, of->f_cr, of, ap); in smb2_ofile_getattr()
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 Dsmb_odir.c732 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 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 Dsmb_print.c296 rc = smb_node_getattr(sr, node, sr->user_cr, sr->fid_ofile, &attr); in smb_com_write_print_file()
H A Dsmb_common_open.c453 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 Dsmb_delete.c414 if (smb_node_getattr(sr, node, zone_kcred(), NULL, &attr) != 0) { in smb_delete_check_dosattr()
H A Dsmb_directory.c289 rc = smb_node_getattr(sr, fqi->fq_fnode, zone_kcred(), NULL, in smb_com_delete_directory()
H A Dsmb_cmn_rename.c640 if (smb_node_getattr(sr, node, zone_kcred(), NULL, &attr) != 0) in smb_rename_check_attr()
H A Dsmb_query_fileinfo.c804 rc = smb_node_getattr(sr, node, sr->user_cr, sr->fid_ofile, in smb_query_fileinfo()
H A Dsmb_ofile.c249 rc = smb_node_getattr(NULL, node, of->f_cr, NULL, &attr); in smb_ofile_open()
H A Dsmb_node.c1627 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 Dsmb_kproto.h554 int smb_node_getattr(smb_request_t *, smb_node_t *, cred_t *,