函数逻辑报告 |
Source Code:fs\inode.c |
Create Date:2022-07-29 10:38:02 |
Last Modify:2020-03-18 19:19:59 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__iget
函数原型:void __iget(struct inode *inode)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct inode * | inode | >i_lock must be held |
412 | atomic_inc( & i_count) |
名称 | 描述 |
---|---|
inode_lru_isolate | Isolate the inode from the LRU in preparation for freeing it |
find_inode | Called with the inode lock held. |
find_inode_fast | d_inode_fast is the fast path version of find_inode, see the comment at* iget_locked for details. |
igrab | |
insert_inode_locked | |
wait_sb_inodes | The @s_sync_lock is used to serialise concurrent sync operations* to avoid lock contention problems with concurrent wait_sb_inodes() calls.* Concurrent callers will block on the s_sync_lock rather than doing contending* walks |
iterate_bdevs | |
fsnotify_unmount_inodes | snotify_unmount_inodes - an sb is unmounting. handle any watched inodes.*@sb: superblock being unmounted.* Called during unmount with no locks held, so needs to be safe against* concurrent modifiers. We temporarily drop sb->s_inode_list_lock and CAN block. |
evict_dentries_for_decrypted_inodes | |
drop_pagecache_sb | |
add_dquot_ref | This routine is guarded by s_umount semaphore |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |