函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:dentry_path

函数原型:char *dentry_path(struct dentry *dentry, char *buf, int buflen)

返回类型:char

参数:

类型参数名称
struct dentry *dentry
char *buf
intbuflen
378  char * p = NULL
381  如果d_unlinked(dentry)则
382  p等于bufbuflen
383  如果prepend( & p, & buflen, "//deleted", 10)不等于0则转到:Elong
385  buflen自加
387  retval等于Write full pathname from the root of the filesystem into the buffer.
388  如果非是错误pp等于'/'
390  返回:retval
391  Elong :
392  返回:错误号