Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ksmbd/
Dsmb2ops.c187 [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)
/Linux-v5.15/fs/cifs/
Dsmb2pdu.h45 #define SMB2_CHANGE_NOTIFY_HE 0x000F macro
66 #define SMB2_CHANGE_NOTIFY cpu_to_le16(SMB2_CHANGE_NOTIFY_HE)
Dsmb2ops.c1487 atomic_read(&sent[SMB2_CHANGE_NOTIFY_HE]), in smb2_print_stats()
1488 atomic_read(&failed[SMB2_CHANGE_NOTIFY_HE])); in smb2_print_stats()
Dsmb2pdu.c3658 cifs_stats_fail_inc(tcon, SMB2_CHANGE_NOTIFY_HE); in SMB2_change_notify()