Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\fs_struct.c Create Date:2022-07-28 20:12:12
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:replace_path

Proto:static inline int replace_path(struct path *p, const struct path *old, const struct path *new)

Type:int

Parameter:

TypeParameterName
struct path *p
const struct path *old
const struct path *new
52  If Value is more likely to compile time(dentry != dentry || mnt != mnt) Then Return 0
54  p = new
55  Return 1
Caller
NameDescribe
chroot_fs_refs