Searched refs:file_write_notify (Results 1 – 5 of 5) sorted by relevance
73 UINT _fx_file_write_notify_set(FX_FILE *file_ptr, VOID (*file_write_notify)(FX_FILE *file)) in _fx_file_write_notify_set()77 file_ptr -> fx_file_write_notify = file_write_notify; in _fx_file_write_notify_set()
76 UINT _fxe_file_write_notify_set(FX_FILE *file_ptr, VOID (*file_write_notify)(FX_FILE *file)) in _fxe_file_write_notify_set()90 status = _fx_file_write_notify_set(file_ptr, file_write_notify); in _fxe_file_write_notify_set()
41 static VOID file_write_notify(FX_FILE *file_ptr);184 status = fx_file_write_notify_set(&my_file, file_write_notify); in ftest_0_entry()253 static VOID file_write_notify(FX_FILE *file_ptr) in file_write_notify() function
89 UINT _fx_file_write_notify_set(FX_FILE *file_ptr, VOID (*file_write_notify)(FX_FILE *));115 UINT _fxe_file_write_notify_set(FX_FILE *file_ptr, VOID (*file_write_notify)(FX_FILE *));
1448 UINT fx_file_write_notify_set(FX_FILE *file_ptr, VOID (*file_write_notify)(FX_FILE *));