Home
last modified time | relevance | path

Searched refs:CompletionFilter (Results 1 – 3 of 3) sorted by relevance

/titanic_54/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_change_notify.c43 uint32_t CompletionFilter; in smb2_change_notify() local
58 &CompletionFilter, /* l */ in smb2_change_notify()
91 uint32_t CompletionFilter; in smb2_change_notify_async() local
107 &CompletionFilter, /* l */ in smb2_change_notify_async()
118 CompletionFilter &= FILE_NOTIFY_VALID_MASK; in smb2_change_notify_async()
120 CompletionFilter |= NODE_FLAGS_WATCH_TREE; in smb2_change_notify_async()
126 status = smb_notify_common(sr, &sr->raw_data, CompletionFilter); in smb2_change_notify_async()
H A Dsmb_nt_transact_notify_change.c85 uint32_t CompletionFilter; in smb_nt_transact_notify_change() local
91 &CompletionFilter, &sr->smb_fid, &WatchTree) != 0) { in smb_nt_transact_notify_change()
95 CompletionFilter &= FILE_NOTIFY_VALID_MASK; in smb_nt_transact_notify_change()
97 CompletionFilter |= NODE_FLAGS_WATCH_TREE; in smb_nt_transact_notify_change()
102 status = smb_notify_common(sr, &xa->rep_data_mb, CompletionFilter); in smb_nt_transact_notify_change()
H A Dsmb_notify.c99 uint32_t CompletionFilter) in smb_notify_common() argument
120 nc->nc_flags = CompletionFilter; in smb_notify_common()