Searched refs:completion_filter (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/fs/smb/client/ |
D | cifs_ioctl.h | 95 __u32 completion_filter; member 100 __u32 completion_filter; member
|
D | smb2proto.h | 153 u32 completion_filter, u32 max_out_data_len,
|
D | smb2pdu.c | 3826 u32 completion_filter, bool watch_tree) in SMB2_notify_init() argument 3843 req->CompletionFilter = cpu_to_le32(completion_filter); in SMB2_notify_init() 3858 u32 completion_filter, u32 max_out_data_len, char **out_data, in SMB2_change_notify() argument 3888 completion_filter, watch_tree); in SMB2_change_notify() 3893 (u8)watch_tree, completion_filter); in SMB2_change_notify() 3900 (u8)watch_tree, completion_filter, rc); in SMB2_change_notify() 3903 ses->Suid, (u8)watch_tree, completion_filter); in SMB2_change_notify()
|
D | smb2ops.c | 2192 notify.watch_tree, notify.completion_filter, in smb3_notify()
|