Searched refs:bio_lufs_strategy (Results 1 – 3 of 3) sorted by relevance
131 void (*bio_lufs_strategy)(void *, buf_t *); variable225 } else if (ufsvfsp->vfs_log && bio_lufs_strategy != NULL) { in bread_common()227 (*bio_lufs_strategy)(ufsvfsp->vfs_log, bp); in bread_common()318 } else if (ufsvfsp->vfs_log && bio_lufs_strategy != NULL) { in bwrite_common()320 (*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()