Searched refs:fbuf (Results 1 – 1 of 1) sorted by relevance
/fs/xfs/ |
D | xfs_ialloc.c | 172 xfs_buf_t *fbuf; /* new free inodes' buffer */ in xfs_ialloc_ag_alloc() local 342 fbuf = xfs_trans_get_buf(tp, args.mp->m_ddev_targp, d, in xfs_ialloc_ag_alloc() 345 ASSERT(fbuf); in xfs_ialloc_ag_alloc() 346 ASSERT(!XFS_BUF_GETERROR(fbuf)); in xfs_ialloc_ag_alloc() 355 xfs_biozero(fbuf, 0, ninodes << args.mp->m_sb.sb_inodelog); in xfs_ialloc_ag_alloc() 360 free = xfs_make_iptr(args.mp, fbuf, i); in xfs_ialloc_ag_alloc() 365 xfs_trans_log_buf(tp, fbuf, ioffset, ioffset + isize - 1); in xfs_ialloc_ag_alloc() 367 xfs_trans_inode_alloc_buf(tp, fbuf); in xfs_ialloc_ag_alloc()
|