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

/linux-master/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, argument
144 if (!kn_to)
[all...]

Completed in 159 milliseconds