Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dbio.c132 void (*bio_lufs_strategy)(void *, buf_t *); variable
226 } 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()
/titanic_50/usr/src/uts/common/sys/
H A Dbuf.h347 extern void (*bio_lufs_strategy)(void *, buf_t *); /* UFS Logging */
/titanic_50/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()