/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb2_aapl.c | 197 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 D | smb2_fsctl_sparse.c | 64 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 D | smb_nt_transact_ioctl.c | 186 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 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_odir.c | 757 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 D | smb_print.c | 295 rc = smb_node_getattr(sr, node, sr->user_cr, sr->fid_ofile, &attr); in smb_com_write_print_file()
|
H A D | smb_query_fileinfo.c | 661 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 D | smb_common_open.c | 443 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 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 | 283 rc = smb_node_getattr(sr, fqi->fq_fnode, zone_kcred(), NULL, in smb_com_delete_directory()
|
H A D | smb_cmn_rename.c | 703 if (smb_node_getattr(sr, node, zone_kcred(), NULL, &attr) != 0) in smb_rename_check_attr()
|
H A D | smb2_durable.c | 883 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 D | smb_tree.c | 1152 (void) smb_node_getattr(NULL, node, kcr, NULL, &attr); in smb_tree_get_creation()
|
H A D | smb_node.c | 1718 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 D | smb_kproto.h | 562 int smb_node_getattr(smb_request_t *, smb_node_t *, cred_t *,
|