| Function report | 
| Source Code: kernel\relay.c | Create Date:2022-07-28 11:46:41 | 
| Last Modify:2020-03-17 19:20:22 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:ault() vm_op implementation for relay file mapping.
Proto:static vm_fault_t relay_buf_fault(struct vm_fault *vmf)
Type:vm_fault_t
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct vm_fault * | vmf | 
| 48 | If Not buf Then Return VM_FAULT_OOM | 
| 52 | If Not page Then Return VM_FAULT_SIGBUS | 
| 55 | ->fault handlers should return a* page here, unless VM_FAULT_NOPAGE* is set (which is also implied by* VM_FAULT_ERROR). = page | 
| 57 | Return 0 | 
| Source code conversion tool public plug-in interface | X | 
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |