Lines Matching refs:vfssw
374 typedef struct vfssw {
406 * flags for vfssw and vfsdef
528 struct vfssw *allocate_vfssw(const char *);
529 struct vfssw *vfs_getvfssw(const char *);
530 struct vfssw *vfs_getvfsswbyname(const char *);
531 struct vfssw *vfs_getvfsswbyvfsops(vfsops_t *);
532 void vfs_refvfssw(struct vfssw *);
533 void vfs_unrefvfssw(struct vfssw *);
560 extern struct vfssw vfssw[]; /* table of filesystem types */
563 extern const int nfstype; /* # of elements in vfssw array */