函数逻辑报告 |
Source Code:fs\inode.c |
Create Date:2022-07-29 10:38:08 |
Last Modify:2020-03-18 19:19:59 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:h_atime - update the access time*@path: the &struct path to update*@inode: inode to update* Update the accessed time on an inode and mark it for writeback.* This function automatically handles read only file systems and media,
函数原型:bool atime_needs_update(const struct path *path, struct inode *inode)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
const struct path * | path | |
struct inode * | inode |
1707 | 如果i_flags按位与Do not update access times 则返回:false |
1713 | 如果HAS_UNMAPPED_ID(inode)则返回:false |
1716 | 如果IS_NOATIME(inode)则返回:false |
1718 | 如果s_flags按位与Do not update directory access times 且S_ISDIR(i_mode)则返回:false |
1721 | 如果mnt_flags按位与MNT_NOATIME则返回:false |
1723 | 如果mnt_flags按位与MNT_NODIRATIME且S_ISDIR(i_mode)则返回:false |
1731 | 如果timespec64_equal( & i_atime, & now)则返回:false |
1734 | 返回:true |
名称 | 描述 |
---|---|
touch_atime |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |