Searched refs:bootfs_vnodeops_template (Results 1 – 3 of 3) sorted by relevance
73 extern const fs_operation_def_t bootfs_vnodeops_template[];
245 ret = vn_make_ops(name, bootfs_vnodeops_template, &bootfs_vnodeops); in bootfs_init()
527 const fs_operation_def_t bootfs_vnodeops_template[] = { variable