Function report |
Source Code:include\linux\iversion.h |
Create Date:2022-07-28 20:07:52 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:de_set_max_iversion_raw - update i_version new value is larger*@inode: inode to set*@val: new i_version to set* Some self-managed filesystems (e.g Ceph) will only update the i_version* value if the new value is larger than the one we already have.
Proto:static inline void inode_set_max_iversion_raw(struct inode *inode, u64 val)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct inode * | inode | |
u64 | val |
129 | cycle |
132 | old = atomic64_cmpxchg( & i_version, cur, val) |
133 | If Value is more likely to compile time(old == cur) Then Break |
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 |