Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:nd_alloc_stack

Proto:static inline int nd_alloc_stack(struct nameidata *nd)

Type:int

Parameter:

TypeParameterName
struct nameidata *nd
574  If Value is more likely to compile time(depth != EMBEDDED_LEVELS) Then Return 0
576  If Value is more likely to compile time(stack != internal) Then Return 0
578  Return __nd_alloc_stack(nd)
Caller
NameDescribe
pick_link