/titanic_44/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_find.c | 221 uint16_t sattr, odid; in smb_com_search() local 295 odid = smb_odir_open(sr, pn->pn_path, sattr, 0); in smb_com_search() 296 if (odid == 0) { in smb_com_search() 304 &resume_char, &index, &odid, &client_key) != 0) { in smb_com_search() 309 od = smb_tree_lookup_odir(sr, odid); in smb_com_search() 346 resume_char, name83, index, odid, client_key, in smb_com_search() 405 uint16_t sattr, odid; in smb_com_find() local 445 odid = smb_odir_open(sr, pn->pn_path, sattr, 0); in smb_com_find() 446 if (odid == 0) in smb_com_find() 450 &resume_char, &index, &odid, &client_key) != 0) { in smb_com_find() [all …]
|
H A D | smb_trans2_find.c | 285 uint16_t sattr, odid; in smb_com_trans2_find_first2() local 327 odid = smb_odir_open(sr, pn->pn_path, sattr, odir_flags); in smb_com_trans2_find_first2() 328 if (odid == 0) { in smb_com_trans2_find_first2() 336 od = smb_tree_lookup_odir(sr, odid); in smb_com_trans2_find_first2() 363 odid, /* Search ID */ in smb_com_trans2_find_first2() 438 uint16_t odid; in smb_com_trans2_find_next2() local 453 &odid, &args.fa_maxcount, &args.fa_infolev, in smb_com_trans2_find_next2() 467 od = smb_tree_lookup_odir(sr, odid); in smb_com_trans2_find_next2() 941 uint16_t odid; in smb_com_find_close2() local 944 if (smbsr_decode_vwv(sr, "w", &odid) != 0) in smb_com_find_close2() [all …]
|
H A D | smb_odir.c | 280 uint16_t odid; in smb_odir_open() local 319 odid = smb_odir_create(sr, dnode, pattern, sattr, cr); in smb_odir_open() 321 return (odid); in smb_odir_open() 339 uint16_t odid; in smb_odir_openat() local 376 odid = smb_odir_create(sr, xattr_dnode, pattern, SMB_SEARCH_ATTRIBUTES, in smb_odir_openat() 379 return (odid); in smb_odir_openat() 864 uint16_t odid; in smb_odir_create() local 875 if (smb_idpool_alloc(&tree->t_odid_pool, &odid)) { in smb_odir_create() 900 od->d_odid = odid; in smb_odir_create() 925 return (odid); in smb_odir_create()
|
H A D | smb_delete.c | 287 uint16_t odid; in smb_delete_multiple_files() local 297 odid = smb_odir_open(sr, fqi->fq_path.pn_path, in smb_delete_multiple_files() 299 if (odid == 0) in smb_delete_multiple_files() 302 if ((od = smb_tree_lookup_odir(sr, odid)) == NULL) in smb_delete_multiple_files()
|
H A D | smb_query_fileinfo.c | 643 uint16_t odid; in smb_encode_stream_info() local 663 odid = smb_odir_openat(sr, fnode); in smb_encode_stream_info() 664 if (odid != 0) in smb_encode_stream_info() 665 od = smb_tree_lookup_odir(sr, odid); in smb_encode_stream_info()
|
H A D | smb_tree.c | 1251 smb_tree_lookup_odir(smb_request_t *sr, uint16_t odid) in smb_tree_lookup_odir() argument 1264 if (od->d_odid == odid) in smb_tree_lookup_odir()
|
H A D | smb_fsops.c | 792 uint16_t odid; in smb_fsop_remove_streams() local 819 if ((odid = smb_odir_openat(sr, fnode)) == 0) { in smb_fsop_remove_streams() 824 if ((od = smb_tree_lookup_odir(sr, odid)) == NULL) { in smb_fsop_remove_streams()
|
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_node.c | 381 D_ID odid; in emlxs_node_match_did() local 396 odid.un.word = ndlp->nlp_DID; in emlxs_node_match_did() 397 if (ndid.un.b.id == odid.un.b.id) { in emlxs_node_match_did() 401 odid.un.word = did; in emlxs_node_match_did() 411 odid.un.word = ndlp->nlp_DID; in emlxs_node_match_did()
|