函数逻辑报告 |
Source Code:fs\stat.c |
Create Date:2022-07-29 10:32:55 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:vfs_getattr_nosec - getattr without security checks*@path: file to get attributes from*@stat: structure to return attributes in*@request_mask: STATX_xxx flags indicating what the caller wants*@query_flags: Query mode (KSTAT_QUERY_FLAGS)
函数原型:int vfs_getattr_nosec(const struct path *path, struct kstat *stat, unsigned int request_mask, unsigned int query_flags)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
const struct path * | path | |
struct kstat * | stat | |
unsigned int | request_mask | |
unsigned int | query_flags |
75 | 如果IS_NOATIME(inode)则 What fields the user got 与等于Want/got stx_atime 的反 |
80 | 如果getattr则返回:getattr(path, stat, request_mask, query_flags) |
85 | 返回:0 |
名称 | 描述 |
---|---|
vfs_getattr | vfs_getattr - Get the enhanced basic attributes of a file*@path: The file of interest*@stat: Where to return the statistics*@request_mask: STATX_xxx flags indicating what the caller wants*@query_flags: Query mode (KSTAT_QUERY_FLAGS) |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |