Home
last modified time | relevance | path

Searched refs:smb2fid (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_ioctl.c39 smb2fid_t smb2fid; in smb2_ioctl() local
62 &smb2fid.persistent, /* q */ in smb2_ioctl()
63 &smb2fid.temporal, /* q */ in smb2_ioctl()
118 if (smb2fid.temporal != ~0LL || in smb2_ioctl()
119 smb2fid.persistent != ~0LL) { in smb2_ioctl()
124 status = smb2sr_lookup_fid(sr, &smb2fid); in smb2_ioctl()
198 smb2fid.persistent, /* q */ in smb2_ioctl()
199 smb2fid.temporal, /* q */ in smb2_ioctl()
H A Dsmb2_oplock.c43 smb2fid_t smb2fid; in smb2_oplock_break_ack() local
75 &smb2fid.persistent, /* q */ in smb2_oplock_break_ack()
76 &smb2fid.temporal); /* q */ in smb2_oplock_break_ack()
112 status = smb2sr_lookup_fid(sr, &smb2fid); in smb2_oplock_break_ack()
209 smb2fid.persistent, /* q */ in smb2_oplock_break_ack()
210 smb2fid.temporal); /* q */ in smb2_oplock_break_ack()
224 smb2fid_t smb2fid; in smb2_oplock_break_notification() local
258 smb2fid.persistent = ofile->f_persistid; in smb2_oplock_break_notification()
259 smb2fid.temporal = ofile->f_fid; in smb2_oplock_break_notification()
265 smb2fid.persistent, /* q */ in smb2_oplock_break_notification()
[all …]
H A Dsmb2_flush.c31 smb2fid_t smb2fid; in smb2_flush() local
43 &smb2fid.persistent, /* q */ in smb2_flush()
44 &smb2fid.temporal); /* q */ in smb2_flush()
51 status = smb2sr_lookup_fid(sr, &smb2fid); in smb2_flush()
H A Dsmb2_close.c30 smb2fid_t smb2fid; in smb2_close() local
42 &smb2fid.persistent, /* q */ in smb2_close()
43 &smb2fid.temporal); /* q */ in smb2_close()
52 status = smb2sr_lookup_fid(sr, &smb2fid); in smb2_close()
H A Dsmb2_set_info.c32 smb2fid_t smb2fid; in smb2_set_info() local
51 &smb2fid.persistent, /* q */ in smb2_set_info()
52 &smb2fid.temporal); /* q */ in smb2_set_info()
70 status = smb2sr_lookup_fid(sr, &smb2fid); in smb2_set_info()
H A Dsmb2_fsctl_fs.c108 smb2fid_t smb2fid; in smb2_fsctl_get_resume_key() local
114 smb2fid.persistent = of->f_persistid; in smb2_fsctl_get_resume_key()
115 smb2fid.temporal = of->f_fid; in smb2_fsctl_get_resume_key()
119 smb2fid.persistent, in smb2_fsctl_get_resume_key()
120 smb2fid.temporal); in smb2_fsctl_get_resume_key()
H A Dsmb2_query_info.c36 smb2fid_t smb2fid; in smb2_query_info() local
57 &smb2fid.persistent, /* q */ in smb2_query_info()
58 &smb2fid.temporal); /* q */ in smb2_query_info()
77 status = smb2sr_lookup_fid(sr, &smb2fid); in smb2_query_info()
H A Dsmb2_change_notify.c43 smb2fid_t smb2fid; in smb2_change_notify() local
57 &smb2fid.persistent, /* q */ in smb2_change_notify()
58 &smb2fid.temporal, /* q */ in smb2_change_notify()
64 status = smb2sr_lookup_fid(sr, &smb2fid); in smb2_change_notify()
H A Dsmb2_write.c36 smb2fid_t smb2fid; in smb2_write() local
59 &smb2fid.persistent, /* q */ in smb2_write()
60 &smb2fid.temporal, /* q */ in smb2_write()
105 status = smb2sr_lookup_fid(sr, &smb2fid); in smb2_write()
H A Dsmb2_fsctl_copychunk.c80 smb2fid_t smb2fid; in smb2_fsctl_copychunk() local
118 &smb2fid.persistent, /* q */ in smb2_fsctl_copychunk()
119 &smb2fid.temporal, /* q */ in smb2_fsctl_copychunk()
134 src_of = smb_ofile_lookup_by_fid(sr, (uint16_t)smb2fid.temporal); in smb2_fsctl_copychunk()
136 src_of->f_persistid != smb2fid.persistent) { in smb2_fsctl_copychunk()
H A Dsmb2_lock.c52 smb2fid_t smb2fid; in smb2_lock() local
68 &smb2fid.persistent, /* q */ in smb2_lock()
69 &smb2fid.temporal); /* q */ in smb2_lock()
76 status = smb2sr_lookup_fid(sr, &smb2fid); in smb2_lock()
H A Dsmb2_read.c157 smb2fid_t smb2fid; in smb2_read() local
181 &smb2fid.persistent, /* q */ in smb2_read()
182 &smb2fid.temporal, /* q */ in smb2_read()
206 status = smb2sr_lookup_fid(sr, &smb2fid); in smb2_read()
H A Dsmb2_query_dir.c90 smb2fid_t smb2fid; in smb2_query_dir() local
109 &smb2fid.persistent, /* q */ in smb2_query_dir()
110 &smb2fid.temporal, /* q */ in smb2_query_dir()
117 status = smb2sr_lookup_fid(sr, &smb2fid); in smb2_query_dir()
H A Dsmb2_create.c118 smb2fid_t smb2fid = { 0, 0 }; in smb2_create() local
563 smb2fid.persistent = of->f_persistid; in smb2_create()
564 smb2fid.temporal = sr->smb_fid; in smb2_create()
672 smb2fid.persistent, /* q */ in smb2_create()
673 smb2fid.temporal, /* q */ in smb2_create()
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_conn.h338 typedef struct smb2fid { struct