Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:nsfs_show_path

Proto:static int nsfs_show_path(struct seq_file *seq, struct dentry *dentry)

Type:int

Parameter:

TypeParameterName
struct seq_file *seq
struct dentry *dentry
253  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.
254  ns_ops = fs-specific data
256  seq_printf(seq, "%s:[%lu]", name, Stat data, not accessed from path walking )
257  Return 0