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:The nofs argument instructs pagecache_write_begin to pass AOP_FLAG_NOFS
Proto:int __page_symlink(struct inode *inode, const char *symname, int len, int nofs)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct inode * | inode | |
const char * | symname | |
int | len | |
int | nofs |
4770 | flags = 0 |
4771 | If nofs Then flags |= used by filesystem to direct* helper code (eg buffer layer)* to clear GFP_FS from alloc |
4774 | retry : |
4780 | memcpy(page_address(page), symname, len - 1) |
4789 | mark_inode_dirty(inode) |
4790 | Return 0 |
4791 | fail : |
4792 | Return err |
Name | Describe |
---|---|
page_symlink |
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 |