Searched refs:sumbp (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/xfs/ |
H A D | xfs_rtalloc.c | 1216 struct xfs_buf *sumbp; /* summary file block buffer */ in xfs_rtallocate_extent() local 1238 sumbp = NULL; in xfs_rtallocate_extent() 1241 &sumbp, &sb, prod, &r); in xfs_rtallocate_extent() 1244 len, &sumbp, &sb, prod, &r); in xfs_rtallocate_extent()
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_rtbitmap.c | 973 struct xfs_buf *sumbp = NULL; /* summary file block buffer */ in xfs_rtfree_extent() local 987 error = xfs_rtfree_range(mp, tp, bno, len, &sumbp, &sb); in xfs_rtfree_extent()
|