Searched refs:smb_fsop_read (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/smbsrv/ |
H A D | smb_fsops.h | 79 int smb_fsop_read(smb_request_t *, cred_t *, smb_node_t *, uio_t *);
|
/titanic_50/usr/src/uts/common/fs/smbsrv/ |
H A D | smb2_read.c | 104 rc = smb_fsop_read(sr, of->f_cr, of->f_node, &vdb->vdb_uio); in smb2_read()
|
H A D | smb_read.c | 416 rc = smb_fsop_read(sr, sr->user_cr, node, &vdb->vdb_uio); in smb_common_read()
|
H A D | smb_fsops.c | 1397 smb_fsop_read(smb_request_t *sr, cred_t *cr, smb_node_t *snode, uio_t *uio) in smb_fsop_read() function
|