Function report |
Source Code:fs\iomap\buffered-io.c |
Create Date:2022-07-28 20:31:54 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:iomap_page_mkwrite
Proto:vm_fault_t iomap_page_mkwrite(struct vm_fault *vmf, const struct iomap_ops *ops)
Type:vm_fault_t
Parameter:
Type | Parameter | Name |
---|---|---|
struct vm_fault * | vmf | |
const struct iomap_ops * | ops |
1078 | inode = file_inode(vm_file) |
1086 | If See page-flags.h for PAGE_MAPPING_FLAGS != i_mapping || offset > size Then |
1089 | Go to out_unlock |
1099 | ret = Execute a iomap write on a segment of the mapping that spans a* contiguous range of pages that have identical block mapping state |
1102 | If Value for the false possibility is greater at compile time(ret <= 0) Then Go to out_unlock |
1109 | Return VM_FAULT_LOCKED |
1110 | out_unlock : |
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 |