函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:z3fold_register_migration

函数原型:static int z3fold_register_migration(struct z3fold_pool *pool)

返回类型:int

参数:

类型参数名称
struct z3fold_pool *pool
380  inode等于alloc_anon_inode(mnt_sb)
381  如果是错误
382  inode = NULL
383  返回:1
386  private_data等于pool
387  a_ops等于z3fold_aops
388  返回:0
调用者
名称描述
z3fold_create_poolz3fold_create_pool() - create a new z3fold pool*@name: pool name*@gfp: gfp flags when allocating the z3fold pool structure*@ops: user-defined operations for the z3fold pool* Return: pointer to the new z3fold pool or NULL if the metadata allocation* failed.