Function report |
Source Code:fs\namei.c |
Create Date:2022-07-28 20:05:21 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:get the link contents into pagecache
Proto:const char *page_get_link(struct dentry *dentry, struct inode *inode, struct delayed_call *callback)
Type:char
Parameter:
Type | Parameter | Name |
---|---|---|
struct dentry * | dentry | |
struct inode * | inode | |
struct delayed_call * | callback |
4722 | If Not dentry Then |
4726 | If Not PageUptodate(page) Then |
4730 | Else |
4736 | BUG_ON(mapping_gfp_mask(mapping) & __GFP_HIGHMEM) |
4737 | kaddr = page_address(page) |
4738 | nd_terminate_link(kaddr, i_size, PAGE_SIZE - 1) |
4739 | Return kaddr |
Name | Describe |
---|---|
page_readlink |
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 |