Searched defs:vfs_fsentry (Results 1 – 1 of 1) sorted by relevance
569 struct vfs_fsentry { struct570 struct vfsops * vfe_vfsops; /* vfs operations */571 int vfe_vopcnt; /* # of vnodeopv_desc being registered (reg, spec, fifo ...) */572 struct vnodeopv_desc ** vfe_opvdescs; /* null terminated; */573 int vfe_fstypenum; /* historic filesystem type number */574 char vfe_fsname[MFSNAMELEN]; /* filesystem type name */575 uint32_t vfe_flags; /* defines the FS capabilities */576 void * vfe_reserv[2];/* reserved for future use; set this to zero*/