函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\cgroup.h Create Date:2022-07-27 06:54:18
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:rns ino associated with a cgroup

函数原型:static inline ino_t cgroup_ino(struct cgroup *cgrp)

返回类型:ino_t

参数:

类型参数名称
struct cgroup *cgrp
624  返回:kernfs_ino( cgroup kernfs entry )
调用者
名称描述
cgroup_setup_root
page_cgroup_inopage_cgroup_ino - return inode number of the memcg a page is charged to*@page: the page* Look up the closest online ancestor of the memory cgroup @page is charged to* and return its inode number or 0 if @page is not charged to any cgroup. It