Searched refs:bc_refc (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_refcount.c1080 cur->bc_refc.shape_changes);
1088 if (cur->bc_refc.nr_ops > 2 &&
1093 if (cur->bc_refc.nr_ops == 0)
1098 cur->bc_refc.nr_ops * XFS_REFCOUNT_ITEM_OVERHEAD;
1158 cur->bc_refc.nr_ops++;
1219 cur->bc_refc.nr_ops++;
1308 cur->bc_refc.shape_changes++;
1403 nr_ops = rcur->bc_refc.nr_ops;
1404 shape_changes = rcur->bc_refc.shape_changes;
1416 rcur->bc_refc
[all...]
H A Dxfs_refcount_btree.c370 cur->bc_refc.nr_ops = 0;
371 cur->bc_refc.shape_changes = 0;
H A Dxfs_btree.h299 } bc_refc; /* refcountbt */ member in union:xfs_btree_cur::__anon1032

Completed in 372 milliseconds