freebsd-dev/sys/fs/devfs
Jaakko Heinonen 6adc52306a Modify devfs_fqpn() for future use in devfs path reference counting
code:

- Accept devfs_mount and devfs_dirent as the arguments instead of a
  vnode. This generalizes the function so that it can be used from
  contexts where vnode references are not available.
- Accept NULL cnp argument. No '/' will be appended, if a NULL cnp is
  provided.
- Make the function global and add its prototype to devfs.h.

Reviewed by:	kib
2010-09-21 16:49:02 +00:00
..
devfs_devs.c - For consistency, remove "." and ".." entries from de_dlist before 2010-09-18 18:37:41 +00:00
devfs_int.h Add MAKEDEV_NOWAIT flag to make_dev_credf(9), to create a device node 2010-05-06 19:22:50 +00:00
devfs_rule.c Add new make_dev_p(9) flag MAKEDEV_ETERNAL to inform devfs that created 2010-08-06 09:42:15 +00:00
devfs_vfsops.c Enable shared lookups and externed shared ops for devfs. 2010-08-06 09:46:53 +00:00
devfs_vnops.c Modify devfs_fqpn() for future use in devfs path reference counting 2010-09-21 16:49:02 +00:00
devfs.h Modify devfs_fqpn() for future use in devfs path reference counting 2010-09-21 16:49:02 +00:00