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.h190 void (*b_iodone)(struct xfs_buf *bp); member
H A Dxfs_buf.c1201 if (bp->b_iodone) in __xfs_buf_ioend()
1202 bp->b_iodone(bp); in __xfs_buf_ioend()
H A Dxfs_dquot.c1426 bp->b_iodone = xfs_buf_dquot_iodone; in xfs_qm_dqflush()