Searched refs:bio_lufs_strategy (Results 1 – 3 of 3) sorted by relevance
132 void (*bio_lufs_strategy)(void *, buf_t *); variable226 } else if (ufsvfsp->vfs_log && bio_lufs_strategy != NULL) { in bread_common()228 (*bio_lufs_strategy)(ufsvfsp->vfs_log, bp); in bread_common()319 } else if (ufsvfsp->vfs_log && bio_lufs_strategy != NULL) { in bwrite_common()321 (*bio_lufs_strategy)(ufsvfsp->vfs_log, bp); in bwrite_common()
347 extern void (*bio_lufs_strategy)(void *, buf_t *); /* UFS Logging */
1495 if (bio_lufs_strategy == NULL) in lufs_init()1496 bio_lufs_strategy = (void (*) (void *, buf_t *)) lufs_strategy; in lufs_init()