Function report |
Source Code:fs\fhandle.c |
Create Date:2022-07-28 20:31:17 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:do_handle_to_path
Proto:static int do_handle_to_path(int mountdirfd, struct file_handle *handle, struct path *path)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
int | mountdirfd | |
struct file_handle * | handle | |
struct path * | path |
142 | retval = 0 |
145 | mnt = get_vfsmount_from_fd(mountdirfd) |
151 | handle_dwords = handle_bytes >> 2 |
152 | dentry = exportfs_decode_fh(mnt, (structfid * ) file identifier , handle_dwords, handle_type, vfs_dentry_acceptable, NULL) |
160 | Return 0 |
161 | out_mnt : |
163 | out_err : |
164 | Return retval |
Name | Describe |
---|---|
handle_to_path |
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 |