Searched refs:bbootfs_ops (Results 1 – 2 of 2) sorted by relevance
40 extern struct boot_fs_ops bufs_ops, bhsfs_ops, bbootfs_ops;45 struct boot_fs_ops *bfs_tab[] = {&bufs_ops, &bhsfs_ops, &bbootfs_ops, NULL};60 if (bfs_ops != &bbootfs_ops) in BRD_UNMOUNTROOT()61 bbootfs_ops.fsw_closeall(1); in BRD_UNMOUNTROOT()78 fd = bbootfs_ops.fsw_open(file, flags); in BRD_OPEN()80 if (bfs_ops == &bbootfs_ops) in BRD_OPEN()93 return (bbootfs_ops.fsw_close(fd & ~BFD_F_SYSTEM_BOOT)); in BRD_CLOSE()102 return (bbootfs_ops.fsw_read(fd & ~BFD_F_SYSTEM_BOOT, in BRD_READ()113 return (bbootfs_ops.fsw_lseek(fd & ~BFD_F_SYSTEM_BOOT, in BRD_SEEK()124 return (bbootfs_ops.fsw_fstat(fd & ~BFD_F_SYSTEM_BOOT, bsp)); in BRD_FSTAT()
318 struct boot_fs_ops bbootfs_ops = { variable