Searched refs:xfs_bwrite (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/fs/xfs/ |
D | xfs_fsops.c | 229 error = xfs_bwrite(mp, bp); in xfs_growfs_data_private() 254 error = xfs_bwrite(mp, bp); in xfs_growfs_data_private() 277 error = xfs_bwrite(mp, bp); in xfs_growfs_data_private() 301 error = xfs_bwrite(mp, bp); in xfs_growfs_data_private() 318 error = xfs_bwrite(mp, bp); in xfs_growfs_data_private() 402 if (!(error = xfs_bwrite(mp, bp))) { in xfs_growfs_data_private()
|
D | xfs_rw.h | 95 xfs_bwrite(
|
D | xfs_rw.c | 332 xfs_bwrite( in xfs_bwrite() function
|
D | xfs_vfsops.c | 1493 error = xfs_bwrite(mp, bp); in xfs_syncsub() 1518 error = xfs_bwrite(mp, bp); in xfs_syncsub()
|
D | xfs_log_recover.c | 176 if ((error = xfs_bwrite(log->l_mp, bp))) in xlog_bwrite() 2278 error = xfs_bwrite(mp, bp); in xlog_recover_do_buffer_trans() 2551 error = xfs_bwrite(mp, bp); in xlog_recover_do_inode_trans()
|
D | xfs_attr.c | 2087 if ((error = xfs_bwrite(mp, bp))) {/* GROT: NOTE: synchronous write */ in xfs_attr_rmtval_set()
|
D | xfs_inode.c | 3303 error = xfs_bwrite(mp, bp); in xfs_iflush()
|
/linux-2.4.37.9/fs/xfs/quota/ |
D | xfs_dquot.c | 1351 error = xfs_bwrite(mp, bp); in xfs_qm_dqflush()
|