Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:ns_dname

Proto:static char *ns_dname(struct dentry *dentry, char *buffer, int buflen)

Type:char

Parameter:

TypeParameterName
struct dentry *dentry
char *buffer
intbuflen
28  inode = d_inode - Get the actual inode of this dentry*@dentry: The dentry to query* This is the helper normal filesystems should use to get at their own inodes* in their own dentries and ignore the layering superimposed upon them.
29  ns_ops = fs-specific data
31  Return Helper function for dentry_operations.d_dname() members