Function report |
Source Code:fs\namei.c |
Create Date:2022-07-28 20:05:15 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:vfs_rmdir
Proto:int vfs_rmdir(struct inode *dir, struct dentry *dentry)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct inode * | dir | |
struct dentry * | dentry |
3814 | If is_local_mountpoint(dentry) Then Go to out |
3817 | error = security_inode_rmdir(dir, dentry) |
3825 | prune dcache |
3827 | dont_mount(dentry) |
3828 | detach_mounts(dentry) |
3829 | snotify_rmdir - directory 'name' was removed* Caller must make sure that dentry->d_name is stable. |
3831 | out : |
3834 | If Not error Then delete a dentry |
3836 | Return error |
Name | Describe |
---|---|
do_rmdir |
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 |