Searched refs:f_persistid (Results 1 – 9 of 9) sorted by relevance
507 if (of->f_persistid != 0) in smb_ofile_close()1051 if (of->f_persistid == persistid) in smb_ofile_lookup_by_persistid()1111 if (of->f_persistid == 0) { in smb_ofile_set_persistid_dh()1112 of->f_persistid = persistid; in smb_ofile_set_persistid_dh()1170 if (of->f_persistid == persistid) { in smb_ofile_insert_persistid()1179 if (new_of->f_persistid == 0) { in smb_ofile_insert_persistid()1180 new_of->f_persistid = persistid; in smb_ofile_insert_persistid()1196 idx = smb_hash_uint64(hash, of->f_persistid); in smb_ofile_del_persistid()1200 if (of->f_persistid != 0) { in smb_ofile_del_persistid()1202 of->f_persistid = 0; in smb_ofile_del_persistid()[all …]
114 smb2fid.persistent = of->f_persistid; in smb2_fsctl_get_resume_key()
360 tn1->tn1_fid.persistent = ofile->f_persistid; in smb2_fsctl_odx_read()709 src_ofile->f_persistid != tn1->tn1_fid.persistent) { in smb2_fsctl_odx_write_native1()
258 smb2fid.persistent = ofile->f_persistid; in smb2_oplock_break_notification()
136 src_of->f_persistid != smb2fid.persistent) { in smb2_fsctl_copychunk()
1062 smb2_dh_make_stream_name(fname, sizeof (fname), of->f_persistid); in smb2_dh_make_persistent()1096 "file_persistid", of->f_persistid); in smb2_dh_make_persistent()
563 smb2fid.persistent = of->f_persistid; in smb2_create()
1654 sr->fid_ofile->f_persistid != fid->persistent) in smb2sr_lookup_fid()
1423 uint64_t f_persistid; member