函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\fs_struct.c Create Date:2022-07-29 10:43:05
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:replace_path

函数原型:static inline int replace_path(struct path *p, const struct path *old, const struct path *new)

返回类型:int

参数:

类型参数名称
struct path *p
const struct path *old
const struct path *new
52  如果此条件成立可能性大(为编译器优化)(dentry != dentry || mnt != mnt)则返回:0
54  p等于new
55  返回:1
调用者
名称描述
chroot_fs_refs