函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\dcache.c Create Date:2022-07-29 10:37:32
Last Modify:2020-03-18 10:27:32 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:d_alloc_name

函数原型:struct dentry *d_alloc_name(struct dentry *parent, const char *name)

返回类型:struct dentry

参数:

类型参数名称
struct dentry *parent
const char *name
1829  name等于name
1830  hash_len等于Return the "hash_len" (hash and length) of a null-terminated string
1831  返回:分配高速缓存区
调用者
名称描述
sel_make_avc_files
sel_make_initcon_files
sel_make_perm_files
sel_make_class_dir_entries
sel_make_policycap
sel_make_dirdeclaration for sel_make_class_dirs
sel_fill_super
simple_fill_superhe inodes created here are not hashed. If you use iunique to generate* unique inode values later for this filesystem, then you must take care* to pass it an appropriate max_reserved value to avoid collisions.
mknod_ptmx
devpts_pty_newdevpts_pty_new -- create a new inode in /dev/pts/*@ptmx_inode: inode of the master*@device: major+minor of the node to be created*@index: used as a name of the node*@priv: what's given back by devpts_get_priv* The created inode is returned