Searched refs:Proot (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/sys/vfs/procfs/ |
| HD | procfs_vnops.c | 134 { DT_DIR, N(".."), Proot, NULL }, 535 case Proot: in procfs_getattr() 616 case Proot: in procfs_getattr() 789 case Proot: in procfs_lookup() 914 case Proot: in procfs_readdir() 1040 d_ino = PROCFS_FILENO(0, Proot); in procfs_readdir_root_callback() 1046 d_ino = PROCFS_FILENO(0, Proot); in procfs_readdir_root_callback()
|
| HD | procfs_vfsops.c | 121 return (procfs_allocvp(mp, vpp, 0, Proot)); in procfs_root()
|
| HD | procfs.h | 44 Proot, /* the filesystem root */ enumerator
|
| HD | procfs_subr.c | 172 case Proot: /* /proc = dr-xr-xr-x */ in procfs_allocvp()
|