Searched refs:smb_odir_t (Results 1 – 12 of 12) sorted by relevance
/titanic_50/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_odir.c | 257 static smb_odir_t *smb_odir_create(smb_request_t *, smb_node_t *, 259 static int smb_odir_single_fileinfo(smb_request_t *, smb_odir_t *, 261 static int smb_odir_wildcard_fileinfo(smb_request_t *, smb_odir_t *, 263 static int smb_odir_next_odirent(smb_odir_t *, smb_odirent_t *); 264 static boolean_t smb_odir_lookup_link(smb_request_t *, smb_odir_t *, 266 static boolean_t smb_odir_match_name(smb_odir_t *, smb_odirent_t *); 279 uint32_t flags, smb_odir_t **odp) in smb_odir_openpath() 340 smb_odir_t **odp) in smb_odir_openfh() 367 smb_odir_openat(smb_request_t *sr, smb_node_t *unode, smb_odir_t **odp) in smb_odir_openat() 413 smb_odir_hold(smb_odir_t *od) in smb_odir_hold() [all …]
|
H A D | smb_trans2_find.c | 227 smb_odir_t *, smb_find_args_t *); 287 smb_odir_t *od; in smb_com_trans2_find_first2() 435 smb_odir_t *od; in smb_com_trans2_find_next2() 532 smb_trans2_find_entries(smb_request_t *sr, smb_xa_t *xa, smb_odir_t *od, in smb_trans2_find_entries() 950 smb_odir_t *od; in smb_com_find_close2()
|
H A D | smb_tree.c | 189 static smb_odir_t *smb_tree_get_odir(smb_tree_t *, smb_odir_t *); 400 smb_tree_post_odir(smb_tree_t *tree, smb_odir_t *od) in smb_tree_post_odir() 922 smb_llist_constructor(&tree->t_odir_list, sizeof (smb_odir_t), in smb_tree_alloc() 923 offsetof(smb_odir_t, d_lnd)); in smb_tree_alloc() 1273 smb_odir_t * 1276 smb_odir_t *od; in smb_tree_lookup_odir() 1368 static smb_odir_t * 1369 smb_tree_get_odir(smb_tree_t *tree, smb_odir_t *od) in smb_tree_get_odir() 1408 smb_odir_t *od, *next_od; in smb_tree_close_odirs()
|
H A D | smb2_query_dir.c | 52 smb_odir_t *, smb2_find_args_t *); 68 smb_odir_t *od = NULL; in smb2_query_dir() 280 smb2_find_entries(smb_request_t *sr, smb_odir_t *od, smb2_find_args_t *args) in smb2_find_entries()
|
H A D | smb_delete.c | 37 static int smb_delete_find_fname(smb_request_t *, smb_odir_t *, char *, int); 287 smb_odir_t *od; in smb_delete_multiple_files() 371 smb_delete_find_fname(smb_request_t *sr, smb_odir_t *od, char *namebuf, int len) in smb_delete_find_fname()
|
H A D | smb_find.c | 231 smb_odir_t *od; in smb_com_search() 416 smb_odir_t *od; in smb_com_find() 571 smb_odir_t *od; in smb_com_find_close() 636 smb_odir_t *od; in smb_com_find_unique()
|
H A D | smb_query_fileinfo.c | 635 smb_odir_t *od = NULL; in smb_query_stream_info()
|
H A D | smb_server.c | 322 sizeof (smb_odir_t), 8, NULL, NULL, NULL, NULL, NULL, 0); in smb_server_g_init()
|
H A D | smb_fsops.c | 792 smb_odir_t *od; in smb_fsop_remove_streams()
|
/titanic_50/usr/src/uts/common/smbsrv/ |
H A D | smb_kproto.h | 705 smb_odir_t **); 707 smb_odir_t **); 708 uint32_t smb_odir_openat(smb_request_t *, smb_node_t *, smb_odir_t **); 709 void smb_odir_reopen(smb_odir_t *, const char *, uint16_t); 710 void smb_odir_close(smb_odir_t *); 711 boolean_t smb_odir_hold(smb_odir_t *); 712 void smb_odir_release(smb_odir_t *); 715 int smb_odir_read(smb_request_t *, smb_odir_t *, 717 int smb_odir_read_fileinfo(smb_request_t *, smb_odir_t *, 719 int smb_odir_read_streaminfo(smb_request_t *, smb_odir_t *, [all …]
|
H A D | smb_ktypes.h | 1181 } smb_odir_t; typedef 1265 smb_odir_t *f_odir;
|
/titanic_50/usr/src/cmd/mdb/common/modules/smbsrv/ |
H A D | smbsrv.c | 1250 smb_odir_t *od; in smb_dcmd_odir()
|