Home
last modified time | relevance | path

Searched refs:xbf_count (Results 1 – 3 of 3) sorted by relevance

/fs/xfs/libxfs/
Dxfs_bmap.h58 int xbf_count; /* count of items on list */ member
104 ((flp)->xbf_first = NULL, (flp)->xbf_count = 0, \ in xfs_bmap_init()
Dxfs_bmap.c637 flist->xbf_count++; in xfs_bmap_add_free()
654 flist->xbf_count--; in xfs_bmap_del_free()
668 if (flist->xbf_count == 0) in xfs_bmap_cancel()
675 ASSERT(flist->xbf_count == 0); in xfs_bmap_cancel()
/fs/xfs/
Dxfs_bmap_util.c87 if (flist->xbf_count == 0) { in xfs_bmap_finish()
92 efi = xfs_trans_get_efi(ntp, flist->xbf_count); in xfs_bmap_finish()
120 efd = xfs_trans_get_efd(ntp, efi, flist->xbf_count); in xfs_bmap_finish()
786 ASSERT(!flist.xbf_count && !flist.xbf_first); in xfs_bmap_punch_delalloc_range()