Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_buf.h172 void (*b_iodone)(struct xfs_buf *bp); member
H A Dxfs_buf.c1169 if (bp->b_iodone) in xfs_buf_ioend()
1170 bp->b_iodone(bp); in xfs_buf_ioend()
H A Dxfs_dquot.c1427 bp->b_iodone = xfs_buf_dquot_iodone; in xfs_qm_dqflush()