Function report |
Source Code:fs\dcache.c |
Create Date:2022-07-28 20:07:30 |
Last Modify:2020-03-18 10:27:32 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:d_exchange - exchange two dentries*@dentry1: first dentry*@dentry2: second dentry
Proto:void d_exchange(struct dentry *dentry1, struct dentry *dentry2)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct dentry * | dentry1 | |
struct dentry * | dentry2 |
2912 | WARN_ON(linux/include/linux/dcache.h* Dirent cache data structures* (C) Copyright 1997 Thomas Schoebel-Theuer,* with heavy changes by Linus Torvalds(dentry1)) |
2913 | WARN_ON(linux/include/linux/dcache.h* Dirent cache data structures* (C) Copyright 1997 Thomas Schoebel-Theuer,* with heavy changes by Linus Torvalds(dentry2)) |
2917 | write_sequnlock( & rename_lock) |
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 |