Function report |
Source Code:mm\truncate.c |
Create Date:2022-07-28 14:14:54 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:runcate_pagecache_range - unmap and remove pagecache that is hole-punched*@inode: inode*@lstart: offset of beginning of hole*@lend: offset of last byte of hole* This function should typically be called before the filesystem
Proto:void truncate_pagecache_range(struct inode *inode, loff_t lstart, loff_t lend)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct inode * | inode | |
loff_t | lstart | |
loff_t | lend |
928 | If unmap_end > unmap_start Then unmap_mapping_range(mapping, unmap_start, 1 + unmap_end - unmap_start, 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 |