Lines Matching refs:fbuf
269 struct xfs_buf *fbuf; in xfs_ialloc_inode_init() local
330 XBF_UNMAPPED, &fbuf); in xfs_ialloc_inode_init()
335 fbuf->b_ops = &xfs_inode_buf_ops; in xfs_ialloc_inode_init()
336 xfs_buf_zero(fbuf, 0, BBTOB(fbuf->b_length)); in xfs_ialloc_inode_init()
340 free = xfs_make_iptr(mp, fbuf, i); in xfs_ialloc_inode_init()
354 xfs_trans_log_buf(tp, fbuf, ioffset, in xfs_ialloc_inode_init()
368 xfs_trans_inode_alloc_buf(tp, fbuf); in xfs_ialloc_inode_init()
376 xfs_trans_ordered_buf(tp, fbuf); in xfs_ialloc_inode_init()
379 fbuf->b_flags |= XBF_DONE; in xfs_ialloc_inode_init()
380 xfs_buf_delwri_queue(fbuf, buffer_list); in xfs_ialloc_inode_init()
381 xfs_buf_relse(fbuf); in xfs_ialloc_inode_init()