Home
last modified time | relevance | path

Searched refs:kn_to (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/kernfs/
H A Ddir.c101 * kernfs_path_from_node_locked - find a pseudo-absolute path to @kn_to,
104 * @kn_to: kernfs node to which path is needed
109 * [1] when @kn_from is an ancestor of @kn_to at some level
111 * kn_to: /n1/n2/n3/n4/n5
115 * ancestor between @kn_from and @kn_to.
117 * kn_to: /n1/n2/n5
121 * kn_to: /n1/n2/n3 [depth=3]
124 * [3] when @kn_to is NULL result will be "(null)"
130 static int kernfs_path_from_node_locked(struct kernfs_node *kn_to, in kernfs_path_from_node_locked() argument
139 if (!kn_to) in kernfs_path_from_node_locked()
[all...]
/kernel/linux/linux-6.6/fs/kernfs/
H A Ddir.c105 * kernfs_path_from_node_locked - find a pseudo-absolute path to @kn_to,
108 * @kn_to: kernfs node to which path is needed
113 * [1] when @kn_from is an ancestor of @kn_to at some level
115 * kn_to: /n1/n2/n3/n4/n5
119 * ancestor between @kn_from and @kn_to.
121 * kn_to: /n1/n2/n5
125 * kn_to: /n1/n2/n3 [depth=3]
128 * [3] when @kn_to is %NULL result will be "(null)"
134 static int kernfs_path_from_node_locked(struct kernfs_node *kn_to, in kernfs_path_from_node_locked() argument
143 if (!kn_to) in kernfs_path_from_node_locked()
[all...]

Completed in 3 milliseconds