Changeset 746 for vendor/current/source3/locking/proto.h
- Timestamp:
- Nov 27, 2012, 4:56:06 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/locking/proto.h
r740 r746 174 174 bool downgrade_share_oplock(struct share_mode_lock *lck, files_struct *fsp); 175 175 NTSTATUS can_set_delete_on_close(files_struct *fsp, uint32 dosmode); 176 const struct security_unix_token *get_delete_on_close_token(struct share_mode_lock *lck, uint32_t name_hash); 176 bool get_delete_on_close_token(struct share_mode_lock *lck, 177 uint32_t name_hash, 178 const struct security_token **pp_nt_tok, 179 const struct security_unix_token **pp_tok); 177 180 void set_delete_on_close_lck(files_struct *fsp, 178 181 struct share_mode_lock *lck, 179 182 bool delete_on_close, 183 const struct security_token *nt_tok, 180 184 const struct security_unix_token *tok); 181 bool set_delete_on_close(files_struct *fsp, bool delete_on_close, const struct security_unix_token *tok); 185 bool set_delete_on_close(files_struct *fsp, bool delete_on_close, 186 const struct security_token *nt_tok, 187 const struct security_unix_token *tok); 182 188 bool is_delete_on_close_set(struct share_mode_lock *lck, uint32_t name_hash); 183 189 bool set_sticky_write_time(struct file_id fileid, struct timespec write_time);
Note:
See TracChangeset
for help on using the changeset viewer.