HomeSort by relevance Sort by last modified time
    Searched defs:whymountroot (Results 1 - 2 of 2) sorted by null

  /netvirt/usr/src/ucbhead/sys/
vfs.h 125 enum whymountroot { ROOT_INIT, ROOT_REMOUNT, ROOT_UNMOUNT }; enum
126 typedef enum whymountroot whymountroot_t;
140 int (*vfs_mountroot)(struct vfs *, enum whymountroot);
  /netvirt/usr/src/uts/common/sys/
vfs.h 322 enum whymountroot { ROOT_INIT, ROOT_REMOUNT, ROOT_UNMOUNT}; enum
323 typedef enum whymountroot whymountroot_t;
347 int (*vfs_mountroot)(vfs_t *, enum whymountroot); \
364 extern int fsop_mountroot(vfs_t *, enum whymountroot);

Completed in 360 milliseconds