Home
last modified time | relevance | path

Searched refs:bio_lufs_strategy (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dbio.c135 void (*bio_lufs_strategy)(void *, buf_t *); variable
229 } else if (ufsvfsp->vfs_log && bio_lufs_strategy != NULL) { in bread_common()
231 (*bio_lufs_strategy)(ufsvfsp->vfs_log, bp); in bread_common()
322 } else if (ufsvfsp->vfs_log && bio_lufs_strategy != NULL) { in bwrite_common()
324 (*bio_lufs_strategy)(ufsvfsp->vfs_log, bp); in bwrite_common()
/illumos-gate/usr/src/uts/common/sys/
H A Dbuf.h349 extern void (*bio_lufs_strategy)(void *, buf_t *); /* UFS Logging */
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs.c1495 if (bio_lufs_strategy == NULL) in lufs_init()
1496 bio_lufs_strategy = (void (*) (void *, buf_t *)) lufs_strategy; in lufs_init()