Searched defs:smb2fid (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_close.c30 smb2fid_t smb2fid; local
42 &smb2fid.persistent, /* q */
43 &smb2fid.temporal); /* q */
49 status = smb2sr_lookup_fid(sr, &smb2fid);
H A Dsmb2_flush.c30 smb2fid_t smb2fid; local
42 &smb2fid.persistent, /* q */
43 &smb2fid.temporal); /* q */
49 status = smb2sr_lookup_fid(sr, &smb2fid);
H A Dsmb2_change_notify.c42 smb2fid_t smb2fid; local
56 &smb2fid.persistent, /* q */
57 &smb2fid.temporal, /* q */
63 status = smb2sr_lookup_fid(sr, &smb2fid);
90 smb2fid_t smb2fid; local
105 &smb2fid.persistent, /* q */
106 &smb2fid.temporal, /* q */
112 status = smb2sr_lookup_fid(sr, &smb2fid);
H A Dsmb2_oplock.c30 smb2fid_t smb2fid; local
45 &smb2fid.persistent, /* q */
46 &smb2fid.temporal); /* q */
50 status = smb2sr_lookup_fid(sr, &smb2fid);
94 smb2fid.persistent, /* q */
95 smb2fid.temporal); /* q */
112 smb2fid_t smb2fid; local
143 smb2fid.persistent = 0;
144 smb2fid.temporal = ofile->f_fid;
150 smb2fid
[all...]
H A Dsmb2_query_info.c32 smb2fid_t smb2fid; local
54 &smb2fid.persistent, /* q */
55 &smb2fid.temporal); /* q */
61 status = smb2sr_lookup_fid(sr, &smb2fid);
H A Dsmb2_set_info.c32 smb2fid_t smb2fid; local
52 &smb2fid.persistent, /* q */
53 &smb2fid.temporal); /* q */
64 status = smb2sr_lookup_fid(sr, &smb2fid);
H A Dsmb2_read.c34 smb2fid_t smb2fid; local
54 &smb2fid.persistent, /* q */
55 &smb2fid.temporal, /* q */
66 status = smb2sr_lookup_fid(sr, &smb2fid);
H A Dsmb2_write.c32 smb2fid_t smb2fid; local
54 &smb2fid.persistent, /* q */
55 &smb2fid.temporal, /* q */
66 status = smb2sr_lookup_fid(sr, &smb2fid);
H A Dsmb2_ioctl.c51 smb2fid_t smb2fid; local
73 &smb2fid.persistent, /* q */
74 &smb2fid.temporal, /* q */
117 if (smb2fid.temporal != ~0LL) {
122 status = smb2sr_lookup_fid(sr, &smb2fid);
191 smb2fid.persistent, /* q */
192 smb2fid.temporal, /* q */
H A Dsmb2_lock.c43 smb2fid_t smb2fid; local
61 &smb2fid.persistent, /* q */
62 &smb2fid.temporal); /* q */
66 status = smb2sr_lookup_fid(sr, &smb2fid);
155 smb2fid_t smb2fid; local
172 &smb2fid.persistent, /* q */
173 &smb2fid.temporal); /* q */
177 status = smb2sr_lookup_fid(sr, &smb2fid);
H A Dsmb2_query_dir.c74 smb2fid_t smb2fid; local
93 &smb2fid.persistent, /* q */
94 &smb2fid.temporal, /* q */
101 status = smb2sr_lookup_fid(sr, &smb2fid);
H A Dsmb2_create.c87 smb2fid_t smb2fid; local
309 smb2fid.persistent = 0;
310 smb2fid.temporal = sr->smb_fid;
389 smb2fid.persistent, /* q */
390 smb2fid.temporal, /* q */

Completed in 87 milliseconds