/titanic_50/usr/src/uts/common/fs/smbsrv/ |
H A D | smb2_oplock.c | 30 smb2fid_t smb2fid; in smb2_oplock_break_ack() local 45 &smb2fid.persistent, /* q */ in smb2_oplock_break_ack() 46 &smb2fid.temporal); /* q */ in smb2_oplock_break_ack() 50 status = smb2sr_lookup_fid(sr, &smb2fid); in smb2_oplock_break_ack() 94 smb2fid.persistent, /* q */ in smb2_oplock_break_ack() 95 smb2fid.temporal); /* q */ in smb2_oplock_break_ack() 112 smb2fid_t smb2fid; in smb2_oplock_break_notification() local 143 smb2fid.persistent = 0; in smb2_oplock_break_notification() 144 smb2fid.temporal = ofile->f_fid; in smb2_oplock_break_notification() 150 smb2fid.persistent, /* q */ in smb2_oplock_break_notification() [all …]
|
H A D | smb2_change_notify.c | 42 smb2fid_t smb2fid; in smb2_change_notify() local 56 &smb2fid.persistent, /* q */ in smb2_change_notify() 57 &smb2fid.temporal, /* q */ in smb2_change_notify() 63 status = smb2sr_lookup_fid(sr, &smb2fid); in smb2_change_notify() 90 smb2fid_t smb2fid; in smb2_change_notify_async() local 105 &smb2fid.persistent, /* q */ in smb2_change_notify_async() 106 &smb2fid.temporal, /* q */ in smb2_change_notify_async() 112 status = smb2sr_lookup_fid(sr, &smb2fid); in smb2_change_notify_async()
|
H A D | smb2_lock.c | 43 smb2fid_t smb2fid; in smb2_lock() local 61 &smb2fid.persistent, /* q */ in smb2_lock() 62 &smb2fid.temporal); /* q */ in smb2_lock() 66 status = smb2sr_lookup_fid(sr, &smb2fid); in smb2_lock() 155 smb2fid_t smb2fid; in smb2_lock_async() local 172 &smb2fid.persistent, /* q */ in smb2_lock_async() 173 &smb2fid.temporal); /* q */ in smb2_lock_async() 177 status = smb2sr_lookup_fid(sr, &smb2fid); in smb2_lock_async()
|
H A D | smb2_flush.c | 30 smb2fid_t smb2fid; in smb2_flush() local 42 &smb2fid.persistent, /* q */ in smb2_flush() 43 &smb2fid.temporal); /* q */ in smb2_flush() 49 status = smb2sr_lookup_fid(sr, &smb2fid); in smb2_flush()
|
H A D | smb2_ioctl.c | 51 smb2fid_t smb2fid; in smb2_ioctl() local 73 &smb2fid.persistent, /* q */ in smb2_ioctl() 74 &smb2fid.temporal, /* q */ in smb2_ioctl() 117 if (smb2fid.temporal != ~0LL) { in smb2_ioctl() 122 status = smb2sr_lookup_fid(sr, &smb2fid); in smb2_ioctl() 191 smb2fid.persistent, /* q */ in smb2_ioctl() 192 smb2fid.temporal, /* q */ in smb2_ioctl()
|
H A D | smb2_close.c | 30 smb2fid_t smb2fid; in smb2_close() local 42 &smb2fid.persistent, /* q */ in smb2_close() 43 &smb2fid.temporal); /* q */ in smb2_close() 49 status = smb2sr_lookup_fid(sr, &smb2fid); in smb2_close()
|
H A D | smb2_set_info.c | 32 smb2fid_t smb2fid; in smb2_set_info() local 52 &smb2fid.persistent, /* q */ in smb2_set_info() 53 &smb2fid.temporal); /* q */ in smb2_set_info() 64 status = smb2sr_lookup_fid(sr, &smb2fid); in smb2_set_info()
|
H A D | smb2_query_info.c | 32 smb2fid_t smb2fid; in smb2_query_info() local 54 &smb2fid.persistent, /* q */ in smb2_query_info() 55 &smb2fid.temporal); /* q */ in smb2_query_info() 61 status = smb2sr_lookup_fid(sr, &smb2fid); in smb2_query_info()
|
H A D | smb2_read.c | 34 smb2fid_t smb2fid; in smb2_read() local 54 &smb2fid.persistent, /* q */ in smb2_read() 55 &smb2fid.temporal, /* q */ in smb2_read() 66 status = smb2sr_lookup_fid(sr, &smb2fid); in smb2_read()
|
H A D | smb2_write.c | 32 smb2fid_t smb2fid; in smb2_write() local 54 &smb2fid.persistent, /* q */ in smb2_write() 55 &smb2fid.temporal, /* q */ in smb2_write() 66 status = smb2sr_lookup_fid(sr, &smb2fid); in smb2_write()
|
H A D | smb2_create.c | 87 smb2fid_t smb2fid; in smb2_create() local 309 smb2fid.persistent = 0; in smb2_create() 310 smb2fid.temporal = sr->smb_fid; in smb2_create() 389 smb2fid.persistent, /* q */ in smb2_create() 390 smb2fid.temporal, /* q */ in smb2_create()
|
H A D | smb2_query_dir.c | 74 smb2fid_t smb2fid; in smb2_query_dir() local 93 &smb2fid.persistent, /* q */ in smb2_query_dir() 94 &smb2fid.temporal, /* q */ in smb2_query_dir() 101 status = smb2sr_lookup_fid(sr, &smb2fid); in smb2_query_dir()
|