Searched refs:smb2sr_lookup_fid (Results 1 – 13 of 13) sorted by relevance
/titanic_50/usr/src/uts/common/fs/smbsrv/ |
H A D | smb2_change_notify.c | 63 status = smb2sr_lookup_fid(sr, &smb2fid); in smb2_change_notify() 112 status = smb2sr_lookup_fid(sr, &smb2fid); in smb2_change_notify_async()
|
H A D | smb2_lock.c | 66 status = smb2sr_lookup_fid(sr, &smb2fid); in smb2_lock() 177 status = smb2sr_lookup_fid(sr, &smb2fid); in smb2_lock_async()
|
H A D | smb2_flush.c | 49 status = smb2sr_lookup_fid(sr, &smb2fid); in smb2_flush()
|
H A D | smb2_close.c | 49 status = smb2sr_lookup_fid(sr, &smb2fid); in smb2_close()
|
H A D | smb2_set_info.c | 64 status = smb2sr_lookup_fid(sr, &smb2fid); in smb2_set_info()
|
H A D | smb2_oplock.c | 50 status = smb2sr_lookup_fid(sr, &smb2fid); in smb2_oplock_break_ack()
|
H A D | smb2_query_info.c | 61 status = smb2sr_lookup_fid(sr, &smb2fid); in smb2_query_info()
|
H A D | smb2_read.c | 66 status = smb2sr_lookup_fid(sr, &smb2fid); in smb2_read()
|
H A D | smb2_write.c | 66 status = smb2sr_lookup_fid(sr, &smb2fid); in smb2_write()
|
H A D | smb2_ioctl.c | 122 status = smb2sr_lookup_fid(sr, &smb2fid); in smb2_ioctl()
|
H A D | smb2_query_dir.c | 101 status = smb2sr_lookup_fid(sr, &smb2fid); in smb2_query_dir()
|
H A D | smb2_dispatch.c | 1172 smb2sr_lookup_fid(smb_request_t *sr, smb2fid_t *fid) in smb2sr_lookup_fid() function
|
/titanic_50/usr/src/uts/common/smbsrv/ |
H A D | smb2_kproto.h | 46 uint32_t smb2sr_lookup_fid(smb_request_t *, smb2fid_t *);
|