Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dcifs_ioctl.h95 __u32 completion_filter; member
100 __u32 completion_filter; member
H A Dsmb2proto.h157 u32 completion_filter, u32 max_out_data_len,
H A Dsmb2pdu.c4025 u32 completion_filter, bool watch_tree) in SMB2_notify_init()
4042 req->CompletionFilter = cpu_to_le32(completion_filter); in SMB2_notify_init()
4057 u32 completion_filter, u32 max_out_data_len, char **out_data, in SMB2_change_notify()
4093 completion_filter, watch_tree); in SMB2_change_notify()
4098 (u8)watch_tree, completion_filter); in SMB2_change_notify()
4113 (u8)watch_tree, completion_filter, rc); in SMB2_change_notify()
4116 ses->Suid, (u8)watch_tree, completion_filter); in SMB2_change_notify()
4024 SMB2_notify_init(const unsigned int xid,struct smb_rqst * rqst,struct cifs_tcon * tcon,struct TCP_Server_Info * server,u64 persistent_fid,u64 volatile_fid,u32 completion_filter,bool watch_tree) SMB2_notify_init() argument
4056 SMB2_change_notify(const unsigned int xid,struct cifs_tcon * tcon,u64 persistent_fid,u64 volatile_fid,bool watch_tree,u32 completion_filter,u32 max_out_data_len,char ** out_data,u32 * plen) SMB2_change_notify() argument
H A Dsmb2ops.c2413 notify.watch_tree, notify.completion_filter, in smb3_notify()