Searched refs:smb_odir_openat (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_query_fileinfo.c | 682 status = smb_odir_openat(sr, fnode, &od, B_TRUE); in smb_query_stream_info()
|
H A D | smb_odir.c | 369 smb_odir_openat(smb_request_t *sr, smb_node_t *unode, smb_odir_t **odp, in smb_odir_openat() function
|
H A D | smb2_durable.c | 399 if (smb_odir_openat(sr, snode, &od, B_FALSE) != 0) { in smb2_dh_import_share()
|
H A D | smb_fsops.c | 894 status = smb_odir_openat(sr, fnode, &od, B_FALSE); in smb_fsop_remove_streams()
|
/illumos-gate/usr/src/uts/common/smbsrv/ |
H A D | smb_kproto.h | 723 uint32_t smb_odir_openat(smb_request_t *, smb_node_t *, smb_odir_t **,
|