Home
last modified time | relevance | path

Searched refs:SMB2_CHANGE_NOTIFY_HE (Results 1 – 5 of 5) sorted by relevance

/fs/ksmbd/
Dsmb2ops.c191 [SMB2_CHANGE_NOTIFY_HE] = { .proc = smb2_notify},
Dsmb2pdu.h41 #define SMB2_CHANGE_NOTIFY_HE 0x000F macro
62 #define SMB2_CHANGE_NOTIFY cpu_to_le16(SMB2_CHANGE_NOTIFY_HE)
/fs/cifs/
Dsmb2pdu.h45 #define SMB2_CHANGE_NOTIFY_HE 0x000F macro
66 #define SMB2_CHANGE_NOTIFY cpu_to_le16(SMB2_CHANGE_NOTIFY_HE)
Dsmb2ops.c1496 atomic_read(&sent[SMB2_CHANGE_NOTIFY_HE]), in smb2_print_stats()
1497 atomic_read(&failed[SMB2_CHANGE_NOTIFY_HE])); in smb2_print_stats()
Dsmb2pdu.c3677 cifs_stats_fail_inc(tcon, SMB2_CHANGE_NOTIFY_HE); in SMB2_change_notify()