Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_aapl.c197 rc = smb_node_getattr(NULL, snode, kcr, NULL, &attr); in smb2_aapl_get_macinfo()
243 rc = smb_node_getattr(NULL, fnode, kcr, NULL, &attr); in smb2_aapl_get_macinfo()
H A Dsmb2_fsctl_sparse.c64 status = smb_node_getattr(sr, ofile->f_node, kcr, ofile, &attr); in smb2_fsctl_set_sparse()
127 status = smb_node_getattr(sr, ofile->f_node, ofile->f_cr, in smb2_fsctl_set_zero_data()
215 status = smb_node_getattr(sr, ofile->f_node, kcr, ofile, &attr); in smb2_fsctl_query_alloc_ranges()
504 status = smb_node_getattr(sr, ofile->f_node, kcr, ofile, &attr); in smb2_fsctl_query_file_regions()
H A Dsmb_nt_transact_ioctl.c186 rc = smb_node_getattr(sr, of->f_node, zone_kcred(), of, &attr); in smb_nt_trans_ioctl_set_sparse()
295 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_odir.c757 rc = smb_node_getattr(NULL, fnode, kcr, NULL, &attr); in smb_odir_read_streaminfo()
1242 rc = smb_node_getattr(NULL, fnode, zone_kcred(), NULL, &attr); in smb_odir_single_fileinfo()
1255 rc = smb_node_getattr(NULL, fnode, zone_kcred(), NULL, &attr); in smb_odir_single_fileinfo()
H A Dsmb_print.c295 rc = smb_node_getattr(sr, node, sr->user_cr, sr->fid_ofile, &attr); in smb_com_write_print_file()
H A Dsmb_query_fileinfo.c661 rc = smb_node_getattr(sr, fnode, sr->user_cr, NULL, &attr); in smb_query_stream_info()
780 rc = smb_node_getattr(sr, node, sr->user_cr, sr->fid_ofile, in smb_query_fileinfo()
H A Dsmb_common_open.c443 rc = smb_node_getattr(sr, op->fqi.fq_fnode, zone_kcred(), in smb_common_open()
1140 (void) smb_node_getattr(sr, fnode, zone_kcred(), of, in smb_common_open()
H A Dsmb_directory.c283 rc = smb_node_getattr(sr, fqi->fq_fnode, zone_kcred(), NULL, in smb_com_delete_directory()
H A Dsmb_delete.c414 if (smb_node_getattr(sr, node, zone_kcred(), NULL, &attr) != 0) { in smb_delete_check_dosattr()
H A Dsmb_cmn_rename.c703 if (smb_node_getattr(sr, node, zone_kcred(), NULL, &attr) != 0) in smb_rename_check_attr()
H A Dsmb2_durable.c883 rc = smb_node_getattr(NULL, node, kcr, NULL, &attr); in smb2_dh_read_nvlist()
1500 (void) smb_node_getattr(sr, of->f_node, zone_kcred(), of, in smb2_dh_reconnect()
H A Dsmb_tree.c1152 (void) smb_node_getattr(NULL, node, kcr, NULL, &attr); in smb_tree_get_creation()
H A Dsmb_node.c1718 smb_node_getattr(smb_request_t *sr, smb_node_t *node, cred_t *cr, in smb_node_getattr() function
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h562 int smb_node_getattr(smb_request_t *, smb_node_t *, cred_t *,