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_get_path_cb

Proto:void *ns_get_path_cb(struct path *path, ns_get_path_helper_t *ns_get_cb, void *private_data)

Type:void

Parameter:

TypeParameterName
struct path *path
ns_get_path_helper_t *ns_get_cb
void *private_data
114  Do
115  ns = ns_get_cb(private_data)
116  If Not ns Then Return ERR_PTR( - ENOENT)
119  ret = __ns_get_path(path, ns)
120  When ret == ERR_PTR( - EAGAIN) cycle
122  Return ret
Caller
NameDescribe
bpf_map_offload_info_fill
ns_get_path