函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:init_once

函数原型:static void init_once(void *foo)

返回类型:void

参数:

类型参数名称
void *foo
402  inode等于foo
404  These are initializations that only need to be done* once, because the fields are idempotent across use* of the inode, so let the slab aware of that.