kib c30dfec101 Implement VOP_VPTOCNP() for tmpfs.
For directories, node->tn_spec.tn_dir.tn_parent pointer to the parent
is used.  For non-directories, the implementation is naive, all
directory nodes are scanned to find a dirent linking the specified
node.  This can be significantly improved by maintaining tn_parent for
all nodes, later.

Tested by:	pho (as part of larger patch)
Sponsored by:	The FreeBSD Foundation
MFC after:	2 weeks
2017-01-19 19:29:13 +00:00
..
2016-11-13 12:06:25 +00:00
2014-10-15 13:22:33 +00:00
2016-12-28 16:16:36 +00:00
2016-10-28 11:46:15 +00:00
2017-01-19 19:29:13 +00:00