Function report |
Source Code:fs\open.c |
Create Date:2022-07-28 20:00:54 |
Last Modify:2020-03-18 10:16:03 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ksys_chdir
Proto:int ksys_chdir(const char __user *filename)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const char __user * | filename |
458 | retry : |
459 | error = user_path_at(Special value used to indicateopenat should use the currentworking directory. , filename, lookup_flags, & path) |
463 | error = inode_permission( Where the name belongs to - NULL is * negative , MAY_EXEC | MAY_CHDIR) |
464 | If error Then Go to dput_and_out |
467 | set_fs_pwd(fs, & path) |
469 | dput_and_out : |
473 | Go to retry |
475 | out : |
476 | Return error |
Name | Describe |
---|---|
init_linuxrc | |
handle_initrd | |
SYSCALL_DEFINE1 |
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 |