Home
last modified time | relevance | path

Searched refs:UFS_BWRITE (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/sys/fs/
H A Dufs_bio.h72 #define UFS_BWRITE(ufsvfsp, bp) \ macro
/titanic_44/usr/src/uts/common/fs/
H A Dfsflush.c434 UFS_BWRITE(VTOI(bp->b_vp)->i_ufsvfs, in fsflush()
/titanic_44/usr/src/uts/common/os/
H A Dbio.c935 UFS_BWRITE(VTOI(bp->b_vp)->i_ufsvfs, bp); in bflush()
1003 UFS_BWRITE(VTOI(sbp->b_vp)->i_ufsvfs, sbp); in blkflush()
1691 UFS_BWRITE(VTOI(bp->b_vp)->i_ufsvfs, bp); in bio_flushlist()
/titanic_44/usr/src/uts/common/fs/ufs/
H A Dufs_trans.c245 UFS_BWRITE(ufsvfsp, bp); in ufs_trans_push_buf()