xfs_alloc_decrement  964 fs/xfs/xfs_alloc.c 			if ((error = xfs_alloc_decrement(bno_cur_lt, 0, &i)))
xfs_alloc_decrement 1165 fs/xfs/xfs_alloc.c 					if ((error = xfs_alloc_decrement(
xfs_alloc_decrement 1324 fs/xfs/xfs_alloc.c 			if ((error = xfs_alloc_decrement(cnt_cur, 0, &i)))
xfs_alloc_decrement 1419 fs/xfs/xfs_alloc.c 	if ((error = xfs_alloc_decrement(ccur, 0, &i)))
xfs_alloc_decrement 1612 fs/xfs/xfs_alloc.c 		if ((error = xfs_alloc_decrement(bno_cur, 0, &i)))
xfs_alloc_decrement 1658 fs/xfs/xfs_alloc.c 		if ((error = xfs_alloc_decrement(bno_cur, 0, &i)))
xfs_alloc_decrement  259 fs/xfs/xfs_alloc_btree.c 			   (error = xfs_alloc_decrement(cur, level, &i)))
xfs_alloc_decrement  275 fs/xfs/xfs_alloc_btree.c 		if (level > 0 && (error = xfs_alloc_decrement(cur, level, &i)))
xfs_alloc_decrement  339 fs/xfs/xfs_alloc_btree.c 				    (error = xfs_alloc_decrement(cur, level,
xfs_alloc_decrement  355 fs/xfs/xfs_alloc_btree.c 			if ((error = xfs_alloc_decrement(tcur, level, &i)))
xfs_alloc_decrement  371 fs/xfs/xfs_alloc_btree.c 		if ((error = xfs_alloc_decrement(tcur, level, &i)))
xfs_alloc_decrement  471 fs/xfs/xfs_alloc_btree.c 		if (level > 0 && (error = xfs_alloc_decrement(cur, level, &i)))
xfs_alloc_decrement 1892 fs/xfs/xfs_alloc_btree.c 				if ((error = xfs_alloc_decrement(cur, level, &i)))
xfs_alloc_decrement  101 fs/xfs/xfs_alloc_btree.h extern int xfs_alloc_decrement(struct xfs_btree_cur *cur, int level, int *stat);