Function report |
Source Code:fs\dcache.c |
Create Date:2022-07-28 20:07:28 |
Last Modify:2020-03-18 10:27:32 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:d_instantiate - fill in inode information for a dentry*@entry: dentry to complete*@inode: inode to attach to this dentry* Fill in inode information in the entry
Proto:void d_instantiate(struct dentry *entry, struct inode *inode)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct dentry * | entry | |
struct inode * | inode |
1952 | BUG_ON(!hlist_unhashed( & de alias list )) |
1953 | If inode Then |
1954 | security_d_instantiate(entry, inode) |
1955 | spin_lock( & _blocks, i_bytes, maybe i_size ) |
1956 | __d_instantiate(entry, inode) |
1957 | spin_unlock( & _blocks, i_bytes, maybe i_size ) |
Name | Describe |
---|---|
securityfs_create_dentry | securityfs_create_dentry - create a dentry in the securityfs filesystem*@name: a pointer to a string containing the name of the file to create.*@mode: the permission that the file should have*@parent: a pointer to the parent dentry for this file |
__aafs_setup_d_inode | __aafs_setup_d_inode - basic inode setup for apparmorfs*@dir: parent directory for the dentry*@dentry: dentry we are seting the inode up for*@mode: permissions the file should have*@data: data to store on inode |
aa_mk_null_file | |
d_make_root | |
d_tmpfile | |
simple_link | |
__ns_get_path | |
bm_register_write | /register |
ramfs_mknod | SMP-safe |
ramfs_symlink |
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 |