Function report |
Source Code:fs\inode.c |
Create Date:2022-07-28 20:07:59 |
| Last Modify:2020-03-18 19:19:59 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:generic_update_time
Proto:int generic_update_time(struct inode *inode, struct timespec64 *time, int flags)
Type:int
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct inode * | inode | |
| struct timespec64 * | time | |
| int | flags |
| 1657 | iflags = I_DIRTY_TIME |
| 1658 | bool dirty = false |
| 1668 | If flags & ( S_ATIME | S_CTIME | S_MTIME) && Not (s_flags & Update the on-disk [acm]times lazily ) Then dirty = true |
| 1672 | If dirty Then iflags |= Inode is dirty |
| 1674 | __mark_inode_dirty(inode, iflags) |
| 1675 | Return 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 |