Function report |
Source Code:include\linux\dcache.h |
Create Date:2022-07-28 05:41:56 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:d_unlinked
Proto:static inline int d_unlinked(const struct dentry *dentry)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const struct dentry * | dentry |
Name | Describe |
---|---|
d_namespace_path | d_namespace_path - lookup a name associated with a given path*@path: path to lookup (NOT NULL)*@buf: buffer to store path to (NOT NULL)*@name: Returns - pointer for start of path name with in @buf (NOT NULL)*@flags: flags controlling path |
is_deleted | s_deleted - test if a file has been completely unlinked*@dentry: dentry of file to test for deletion (NOT NULL)* Returns: %1 if deleted else %0 |
d_set_mounted | Called by mount code to set a mountpoint and check if the mountpoint is* reachable (e.g. NFS can unhash a directory dentry and then the complete* subtree can become unreachable).* Only one of d_invalidate() and d_set_mounted() must succeed. For |
d_tmpfile | |
get_mountpoint | |
SYSCALL_DEFINE2 | pivot_root Semantics:* Moves the root file system of the current process to the directory put_old,* makes new_root as the new root file system of the current process, and sets* root/cwd of all processes which had them on the current root to new_root |
path_with_deleted | same as __d_path but appends "(deleted)" for unlinked files. |
dentry_path | |
SYSCALL_DEFINE2 | NOTE! The user-level library version returns a* character pointer |
inotify_handle_event |
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 |