Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_bmap.h89 int xbf_count; /* count of items on list */ member
135 ((flp)->xbf_first = NULL, (flp)->xbf_count = 0, \ in xfs_bmap_init()
Dxfs_bmap.c608 flist->xbf_count++; in xfs_bmap_add_free()
625 flist->xbf_count--; in xfs_bmap_del_free()
639 if (flist->xbf_count == 0) in xfs_bmap_cancel()
646 ASSERT(flist->xbf_count == 0); in xfs_bmap_cancel()
/linux-4.1.27/fs/xfs/
Dxfs_bmap_util.c84 if (flist->xbf_count == 0) { in xfs_bmap_finish()
89 efi = xfs_trans_get_efi(ntp, flist->xbf_count); in xfs_bmap_finish()
117 efd = xfs_trans_get_efd(ntp, efi, flist->xbf_count); in xfs_bmap_finish()
783 ASSERT(!flist.xbf_count && !flist.xbf_first); in xfs_bmap_punch_delalloc_range()