Function report |
Source Code:fs\inode.c |
Create Date:2022-07-28 20:07:55 |
Last Modify:2020-03-18 19:19:59 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__iget
Proto:void __iget(struct inode *inode)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct inode * | inode | >i_lock must be held |
412 | atomic_inc( & i_count) |
Name | Describe |
---|---|
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 |
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 |