Function report |
Source Code:include\linux\fsnotify.h |
Create Date:2022-07-28 11:57:22 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:snotify_link - new hardlink in 'inode' directory* Note: We have to pass also the linked inode ptr as some filesystems leave
Proto:static inline void fsnotify_link(struct inode *dir, struct inode *inode, struct dentry *new_dentry)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct inode * | dir | |
struct inode * | inode | |
struct dentry * | new_dentry | >d_inode NULL and instantiate inode pointer later |
186 | audit_inode_child(dir, >d_inode NULL and instantiate inode pointer later, a child being created ) |
188 | fsnotify(dir, Subfile was created , inode, FSNOTIFY_EVENT_INODE, & d_name, 0) |
Name | Describe |
---|---|
vfs_link | vfs_link - create a new link*@old_dentry: object to be linked*@dir: new parent*@new_dentry: where to create the new link*@delegated_inode: returns inode needing a delegation break* The caller must hold dir->i_mutex* If vfs_link discovers a delegation on |
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 |