Home
last modified time | relevance | path

Searched refs:smb_fsop_getattr (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/smbsrv/
H A Dsmb_fsops.h63 int smb_fsop_getattr(smb_request_t *, cred_t *, smb_node_t *, smb_attr_t *);
/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_node.c662 rc = smb_fsop_getattr(NULL, zone_kcred(), node, &attr); in smb_node_set_delete_on_close()
1391 (void) smb_fsop_getattr(NULL, zone_kcred(), node, &attr); in smb_node_file_is_readonly()
1480 rc = smb_fsop_getattr(NULL, zone_kcred(), node, &tmp_attr); in smb_node_setattr()
1634 rc = smb_fsop_getattr(sr, cr, node, attr); in smb_node_getattr()
H A Dsmb_fsops.c927 smb_fsop_getattr(smb_request_t *sr, cred_t *cr, smb_node_t *snode, in smb_fsop_getattr() function
2168 error = smb_fsop_getattr(sr, ga_cred, snode, &attr); in smb_fsop_sdread()
2331 error = smb_fsop_getattr(sr, kcr, snode, &orig_attr); in smb_fsop_sdwrite()
H A Dsmb_ofile.c791 rc = smb_fsop_getattr(NULL, zone_kcred(), of->f_node, &attr); in smb_ofile_seek()