HomeSort by: relevance | last modified time | path
    Searched defs:vfs_opv_init (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
vfs_init.c 234 panic("vfs_opv_init: bad operation");
257 panic("vfs_opv_init: operation vector without vop_default");
268 vfs_opv_init(const struct vnodeopv_desc * const *vopvdpp) function in typeref:typename:void
305 * Free the vectors allocated in vfs_opv_init().
430 vfs_opv_init(vfs_special_vnodeopv_descs);
493 vfs_opv_init(vfs->vfs_opv_descs);
vfs_init.c 234 panic("vfs_opv_init: bad operation");
257 panic("vfs_opv_init: operation vector without vop_default");
268 vfs_opv_init(const struct vnodeopv_desc * const *vopvdpp) function in typeref:typename:void
305 * Free the vectors allocated in vfs_opv_init().
430 vfs_opv_init(vfs_special_vnodeopv_descs);
493 vfs_opv_init(vfs->vfs_opv_descs);

Completed in 22 milliseconds