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

Proto:void *ns_get_path(struct path *path, struct task_struct *task, const struct proc_ns_operations *ns_ops)

Type:void

Parameter:

TypeParameterName
struct path *path
struct task_struct *task
const struct proc_ns_operations *ns_ops
140  struct ns_get_path_task_args args = {ns_ops = ns_ops, task = task, }
145  Return ns_get_path_cb(path, ns_get_path_task, & args)