Function report |
Source Code:fs\stat.c |
Create Date:2022-07-28 20:03:00 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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)
Proto:int vfs_getattr_nosec(const struct path *path, struct kstat *stat, unsigned int request_mask, unsigned int query_flags)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const struct path * | path | |
struct kstat * | stat | |
unsigned int | request_mask | |
unsigned int | query_flags |
72 | query_flags &= KSTAT_QUERY_FLAGS |
75 | If IS_NOATIME(inode) Then What fields the user got &= ~Want/got stx_atime |
77 | If IS_AUTOMOUNT(inode) Then attributes |= Dir: Automount trigger |
80 | If getattr Then Return getattr(path, stat, request_mask, query_flags) |
85 | Return 0 |
Name | Describe |
---|---|
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) |
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 |