Home
last modified time | relevance | path

Searched refs:completion_filter (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/fs/cifs/
Dcifs_ioctl.h90 __u32 completion_filter; member
Dsmb2proto.h158 u32 completion_filter);
Dsmb2pdu.c3591 u32 completion_filter, bool watch_tree) in SMB2_notify_init() argument
3608 req->CompletionFilter = cpu_to_le32(completion_filter); in SMB2_notify_init()
3623 u32 completion_filter) in SMB2_change_notify() argument
3648 completion_filter, watch_tree); in SMB2_change_notify()
3653 (u8)watch_tree, completion_filter); in SMB2_change_notify()
3660 (u8)watch_tree, completion_filter, rc); in SMB2_change_notify()
3663 ses->Suid, (u8)watch_tree, completion_filter); in SMB2_change_notify()
Dsmb2ops.c2306 notify.watch_tree, notify.completion_filter); in smb3_notify()