Searched refs:completion_filter (Results 1 – 3 of 3) sorted by relevance
/linux/fs/smb/client/ |
H A D | cifs_ioctl.h | 95 __u32 completion_filter; member 100 __u32 completion_filter; member
|
H A D | smb2proto.h | 180 u32 completion_filter, u32 max_out_data_len,
|
H A D | smb2pdu.c | 3962 u32 completion_filter, bool watch_tree) in SMB2_notify_init() argument 3979 req->CompletionFilter = cpu_to_le32(completion_filter); in SMB2_notify_init() 3994 u32 completion_filter, u32 max_out_data_len, char **out_data, in SMB2_change_notify() argument 4030 completion_filter, watch_tree); in SMB2_change_notify() 4035 (u8)watch_tree, completion_filter); in SMB2_change_notify() 4046 (u8)watch_tree, completion_filter, rc); in SMB2_change_notify() 4049 ses->Suid, (u8)watch_tree, completion_filter); in SMB2_change_notify()
|