Home
last modified time | relevance | path

Searched refs:f_persistid (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_ofile.c507 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 …]
H A Dsmb2_fsctl_fs.c114 smb2fid.persistent = of->f_persistid; in smb2_fsctl_get_resume_key()
H A Dsmb2_fsctl_odx.c360 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()
H A Dsmb2_oplock.c258 smb2fid.persistent = ofile->f_persistid; in smb2_oplock_break_notification()
H A Dsmb2_fsctl_copychunk.c136 src_of->f_persistid != smb2fid.persistent) { in smb2_fsctl_copychunk()
H A Dsmb2_durable.c1062 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()
H A Dsmb2_create.c563 smb2fid.persistent = of->f_persistid; in smb2_create()
H A Dsmb2_dispatch.c1654 sr->fid_ofile->f_persistid != fid->persistent) in smb2sr_lookup_fid()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1423 uint64_t f_persistid; member